diff options
| author | dinhanhtruong <70963346+dinhanhtruong@users.noreply.github.com> | 2021-07-26 18:45:28 -0400 |
|---|---|---|
| committer | dinhanhtruong <70963346+dinhanhtruong@users.noreply.github.com> | 2021-07-26 18:45:28 -0400 |
| commit | ee06e72dab596ead6903c3ab3432ecab458613cb (patch) | |
| tree | 5939bbd147f3f3c90c4b9911b9085e7bcd17cce5 /src/client/views/linking/LinkMenu.scss | |
| parent | 50f4eaf02d32560ad324acd72b9021b480c11a9c (diff) | |
Link editor menu UI cleanup + color changes + temp removal of linkpopup for PR
Diffstat (limited to 'src/client/views/linking/LinkMenu.scss')
| -rw-r--r-- | src/client/views/linking/LinkMenu.scss | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/src/client/views/linking/LinkMenu.scss b/src/client/views/linking/LinkMenu.scss index bcd93aed1..19c6463d3 100644 --- a/src/client/views/linking/LinkMenu.scss +++ b/src/client/views/linking/LinkMenu.scss @@ -13,9 +13,8 @@ border: 1px solid #e4e4e4; box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); background: white; - min-width: 170px; - max-height: 170px; + max-height: 230px; overflow-y: scroll; z-index: 10; } @@ -50,9 +49,9 @@ &:hover { - p { - background-color: lightgray; - } + // p { + // background-color: lightgray; + // } p.expand-one { width: calc(100% + 20px); |
