diff options
| author | Fawn <fangrui_tong@brown.edu> | 2020-01-09 18:13:28 -0500 |
|---|---|---|
| committer | Fawn <fangrui_tong@brown.edu> | 2020-01-09 18:13:28 -0500 |
| commit | 579010cc792ce961618406886961d257be2c74db (patch) | |
| tree | 852b562d3381668cbb1109dbcfc3ea616e2925e6 /src/client/views | |
| parent | af7e82e1c5314571457724e351aba191b20a0d01 (diff) | |
condensed the link button and made buttons dark when they are active in the selection
Diffstat (limited to 'src/client/views')
| -rw-r--r-- | src/client/views/AntimodeMenu.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/client/views/AntimodeMenu.scss b/src/client/views/AntimodeMenu.scss index f78b1dbfb..d4a76ee17 100644 --- a/src/client/views/AntimodeMenu.scss +++ b/src/client/views/AntimodeMenu.scss @@ -21,6 +21,10 @@ background-color: transparent; width: 35px; height: 35px; + + &.active { + background-color: #121212; + } } .antimodeMenu-button:hover { |
