Fix CW icon color in local-settings modal
parent
d21c9f08e5
commit
f9fc7d7660
|
@ -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…
Reference in New Issue