Fix CW icon color in local-settings modal

This commit is contained in:
Thibaut Girka 2018-10-02 00:17:22 +02:00 committed by ThibG
parent 721aec40cd
commit 269edc0e48
1 changed files with 5 additions and 0 deletions

View File

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