aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/linking/LinkMenu.scss
diff options
context:
space:
mode:
authorLionel Han <47760119+IGoByJoe@users.noreply.github.com>2020-07-07 14:09:55 -0700
committerLionel Han <47760119+IGoByJoe@users.noreply.github.com>2020-07-07 14:09:55 -0700
commit27776ca049cd68072b169607fcf3776cc07e3c60 (patch)
treea46753d12ff72466577958d2823f1bb727600604 /src/client/views/linking/LinkMenu.scss
parent2961955e2e6ee993252435f0e1358b305c0817b3 (diff)
parent1442a7769becaec7aeaae437c6eae9107ec90750 (diff)
Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into new_audio
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 {