aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/linking/LinkMenu.scss
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2020-07-07 10:01:33 -0400
committerGitHub <noreply@github.com>2020-07-07 10:01:33 -0400
commit06ef30846b8014d6701caa86b264612ceabc27d1 (patch)
tree69e1699c41688ffa984c3acc267f5ef2e77d62e2 /src/client/views/linking/LinkMenu.scss
parent0438137cd435c47ce334b15a4ad00cbd70d80662 (diff)
parent915f35e6d6c0b0f7bdb18c0c2a6aa88ee5df5eed (diff)
Merge pull request #433 from browngraphicslab/anika_linking
Pull Request for Andy
Diffstat (limited to 'src/client/views/linking/LinkMenu.scss')
-rw-r--r--src/client/views/linking/LinkMenu.scss24
1 files changed, 19 insertions, 5 deletions
diff --git a/src/client/views/linking/LinkMenu.scss b/src/client/views/linking/LinkMenu.scss
index 6468ccd3d..4b1a3f425 100644
--- a/src/client/views/linking/LinkMenu.scss
+++ b/src/client/views/linking/LinkMenu.scss
@@ -3,20 +3,32 @@
.linkMenu {
width: 100%;
height: auto;
+ //border: 1px solid black;
+
+ &:hover {
+ width: calc(auto + 26px);
+ }
}
.linkMenu-list {
+ border: 1px solid black;
max-height: 200px;
overflow-y: scroll;
position: absolute;
z-index: 10;
- background: $link-color;
- min-width: 150px
+ background: white;
+ min-width: 150px;
+ border-radius: 5px;
+ padding-top: 6.5px;
+ padding-bottom: 6.5px;
+ padding-left: 6.5px;
+ padding-right: 2px;
+ //width: calc(auto + 50px);
}
.linkMenu-group {
- border-bottom: 0.5px solid lightgray;
- padding: 5px 0;
+ //border-bottom: 0.5px solid lightgray;
+ //@extend: 5px 0;
&:last-child {
@@ -26,13 +38,15 @@
.linkMenu-group-name {
display: flex;
+
&:hover {
p {
background-color: lightgray;
+
}
p.expand-one {
- width: calc(100% - 26px);
+ width: calc(100% + 26px);
}
.linkEditor-tableButton {