Browse Source

Fix CW icon color in local-settings modal

closed-social-glitch-2
Thibaut Girka 6 years ago
committed by ThibG
parent
commit
269edc0e48
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      app/javascript/flavours/glitch/styles/components/local_settings.scss

+ 5
- 0
app/javascript/flavours/glitch/styles/components/local_settings.scss View File

@ -60,6 +60,11 @@
outline: none; outline: none;
transition: background .3s; transition: background .3s;
.text-icon-button {
color: inherit;
transition: unset;
}
&:hover { &:hover {
background: $ui-secondary-color; background: $ui-secondary-color;
} }

Loading…
Cancel
Save