diff options
| author | usodhi <61431818+usodhi@users.noreply.github.com> | 2020-07-08 01:53:11 +0530 |
|---|---|---|
| committer | usodhi <61431818+usodhi@users.noreply.github.com> | 2020-07-08 01:53:11 +0530 |
| commit | 5e9a710d046150aaea6d8d50e1ecc271f44ca50b (patch) | |
| tree | fff94fc835035b8122ff6d74cce5dc9c49968394 /src/client/views/linking/LinkMenu.scss | |
| parent | f4830de4f8c4794ec98e54be9ba8730e46155c35 (diff) | |
| parent | 1442a7769becaec7aeaae437c6eae9107ec90750 (diff) | |
Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into acls_uv
Diffstat (limited to 'src/client/views/linking/LinkMenu.scss')
| -rw-r--r-- | src/client/views/linking/LinkMenu.scss | 24 |
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 { |
