diff options
| author | bobzel <zzzman@gmail.com> | 2020-07-03 20:46:59 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-03 20:46:59 -0400 |
| commit | df00289aad1c35e3811c02aada6479a5490e9650 (patch) | |
| tree | 09cb1933ad5805c2df8fa32db2dadd8f85f24f51 /src/client/views/linking/LinkMenuItem.scss | |
| parent | a979ebce6cf3b3aaa0fb6ea3870988b6edc6a889 (diff) | |
| parent | 397f9811b6675dce5e770082ee68435b7e560f7f (diff) | |
Merge pull request #432 from browngraphicslab/anika_linking
Initial Linking Changes
Diffstat (limited to 'src/client/views/linking/LinkMenuItem.scss')
| -rw-r--r-- | src/client/views/linking/LinkMenuItem.scss | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/src/client/views/linking/LinkMenuItem.scss b/src/client/views/linking/LinkMenuItem.scss index fd0954f65..e3ce69cd7 100644 --- a/src/client/views/linking/LinkMenuItem.scss +++ b/src/client/views/linking/LinkMenuItem.scss @@ -5,7 +5,7 @@ position: relative; display: flex; font-size: 12px; - + .linkMenu-name { position: relative; @@ -22,7 +22,7 @@ .linkMenu-item-content { width: 100%; } - + .link-metadata { padding: 0 10px 0 16px; margin-bottom: 4px; @@ -35,11 +35,13 @@ .linkMenu-item-buttons { display: flex; } + .linkMenu-item-content { &.expand-two p { width: calc(100% - 52px); background-color: lightgray; } + &.expand-three p { width: calc(100% - 84px); background-color: lightgray; @@ -49,11 +51,11 @@ } .linkMenu-item-buttons { - display: none; position: absolute; top: 50%; right: 0; transform: translateY(-50%); + display: none; .button { width: 20px; @@ -61,7 +63,6 @@ margin: 0; margin-right: 6px; border-radius: 50%; - cursor: pointer; pointer-events: auto; background-color: $dark-color; color: $light-color; @@ -80,8 +81,10 @@ &:last-child { margin-right: 0; } + &:hover { background: $main-accent; + cursor: grab; } } }
\ No newline at end of file |
