uBO icon hover color

This commit is contained in:
overdodactyl 2018-04-10 10:10:45 -06:00
parent 519c7118c6
commit d41dca57fe
2 changed files with 8 additions and 4 deletions

View File

@ -166,8 +166,10 @@
body.off #switch .fa {
color: var(--tone-4)!important
}
.tool:hover {
color: var(--tone-8)!important
#extraTools > span:hover,
.tool.enabled:hover,
body.dirty #refresh:hover {
color: var(--tone-2)!important
}
#extraTools,
h2 {

View File

@ -1833,8 +1833,10 @@ url-prefix(https://discovery.addons.mozilla.org) {
body.off #switch .fa {
color: var(--tone-4)!important
}
.tool:hover {
color: var(--tone-8)!important
#extraTools > span:hover,
.tool.enabled:hover,
body.dirty #refresh:hover {
color: var(--tone-2)!important
}
#extraTools,
h2 {