diff options
| author | Fawn <fangrui_tong@brown.edu> | 2019-07-14 23:09:52 -0400 |
|---|---|---|
| committer | Fawn <fangrui_tong@brown.edu> | 2019-07-14 23:09:52 -0400 |
| commit | f9cda26e1139f51c6e995a12279fbbd57a55318f (patch) | |
| tree | 8430d77b7da5c7a3ee499d86c5e3ea0ade4be6d0 /src/client/views/nodes/LinkEditor.scss | |
| parent | 66f0d72f07d3cf28e01abd0d9b2659c951defcd9 (diff) | |
linking menu updates on input and enter
Diffstat (limited to 'src/client/views/nodes/LinkEditor.scss')
| -rw-r--r-- | src/client/views/nodes/LinkEditor.scss | 29 |
1 files changed, 28 insertions, 1 deletions
diff --git a/src/client/views/nodes/LinkEditor.scss b/src/client/views/nodes/LinkEditor.scss index 3c49c2212..e1e6b70b4 100644 --- a/src/client/views/nodes/LinkEditor.scss +++ b/src/client/views/nodes/LinkEditor.scss @@ -47,7 +47,7 @@ border-radius: 3px; .linkEditor-group-row { - // display: flex; + display: flex; margin-bottom: 3px; .linkEditor-group-row-label { @@ -108,6 +108,32 @@ &:hover { background-color: lightgray; } + + &.onDown { + background-color: gray; + } + } +} + +.linkEditor-typeButton { + // background-color: $dark-color; + // color: white; + // background-color: $light-color; + // background-color: white; + background-color: transparent; + color: $dark-color; + width: 100%; + height: 20px; + padding: 0 3px; + padding-bottom: 2px; + text-align: left; + text-transform: none; + letter-spacing: normal; + font-size: 12px; + font-weight: bold; + + &:hover { + background-color: $light-color; } } @@ -115,6 +141,7 @@ height: 20px; display: flex; justify-content: flex-end; + margin-top: 5px; .linkEditor-button { margin-left: 6px; |
