diff options
author | Fawn <fangrui_tong@brown.edu> | 2019-06-21 16:29:31 -0400 |
---|---|---|
committer | Fawn <fangrui_tong@brown.edu> | 2019-06-21 16:29:31 -0400 |
commit | 7962aff8431b692af5229cd8e6c390bbe1110336 (patch) | |
tree | 065459a67c76ecc08ab1fc006ff81f3e0551d6b4 /src | |
parent | a4b34adcb34184728be0b69b33a561f6d10f0a98 (diff) |
link menu styling
Diffstat (limited to 'src')
-rw-r--r-- | src/client/views/nodes/LinkMenu.scss | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/src/client/views/nodes/LinkMenu.scss b/src/client/views/nodes/LinkMenu.scss index c01ed23c4..1ca669d00 100644 --- a/src/client/views/nodes/LinkMenu.scss +++ b/src/client/views/nodes/LinkMenu.scss @@ -11,27 +11,29 @@ } .linkMenu-group { - margin-bottom: 10px; + // margin-bottom: 10px; + border-bottom: 0.5px solid lightgray; + padding: 5px 0; + &:last-child { - margin-bottom: 0; + border-bottom: none; } .linkMenu-group-name { padding: 4px 6px; line-height: 12px; border-radius: 5px; - margin-bottom: 2px; + font-weight: bold; &:hover { background-color: lightgray; } } - .linkMenu-group-wrapper { - border-top: 0.5px solid lightgray; - padding-top: 4px; - } + // .linkMenu-group-wrapper { + // padding-top: 4px; + // } } |