diff options
author | Thibaut Girka <thib@sitedethib.com> | 2018-10-02 00:17:22 +0200 |
---|---|---|
committer | ThibG <thib@sitedethib.com> | 2018-10-09 18:10:54 +0200 |
commit | 269edc0e48886ea90455283f08a646c86387cfbc (patch) | |
tree | 82489b1a20354a16cff11a6d4f1ab857482ffb53 /app/javascript/flavours | |
parent | 721aec40cd2610a8c9c55da0d98068ffc718c073 (diff) |
Fix CW icon color in local-settings modal
Diffstat (limited to 'app/javascript/flavours')
-rw-r--r-- | app/javascript/flavours/glitch/styles/components/local_settings.scss | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/javascript/flavours/glitch/styles/components/local_settings.scss b/app/javascript/flavours/glitch/styles/components/local_settings.scss index 75e7d370d..0b7a74575 100644 --- a/app/javascript/flavours/glitch/styles/components/local_settings.scss +++ b/app/javascript/flavours/glitch/styles/components/local_settings.scss @@ -60,6 +60,11 @@ outline: none; transition: background .3s; + .text-icon-button { + color: inherit; + transition: unset; + } + &:hover { background: $ui-secondary-color; } |