diff options
| author | bob <bcz@cs.brown.edu> | 2019-06-13 11:58:41 -0400 |
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2019-06-13 11:58:41 -0400 |
| commit | 5c8e4ee0c87b140f01f0d287af04fe205a80a584 (patch) | |
| tree | dea35fe98ed404b762d8bbfcc7ba772225bda8f0 /src/client/views/Main.scss | |
| parent | 95674ee7f68782d1ce85858120efea956825bcb9 (diff) | |
| parent | e81e116b89fad0f3fcfb76039b0b802073307478 (diff) | |
Merge branch 'master' into rich_text_linking
Diffstat (limited to 'src/client/views/Main.scss')
| -rw-r--r-- | src/client/views/Main.scss | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/client/views/Main.scss b/src/client/views/Main.scss index 57a53c999..c3acd9790 100644 --- a/src/client/views/Main.scss +++ b/src/client/views/Main.scss @@ -133,7 +133,7 @@ button:hover { bottom: 22px; left: 24px; - label { + > label { background: $dark-color; color: $light-color; display: inline-block; @@ -155,15 +155,15 @@ button:hover { transform: scale(1.15); } - input { + > input { display: none; } - input:not(:checked)~#add-options-content { + > input:not(:checked)~#add-options-content { display: none; } - input:checked~label { + > input:checked~label { transform: rotate(45deg); transition: transform 0.5s; cursor: pointer; @@ -207,7 +207,7 @@ ul#add-options-list { list-style: none; padding: 5 0 0 0; - li { + > li { display: inline-block; padding: 0; } |
