uBO icon hover color
This commit is contained in:
parent
519c7118c6
commit
d41dca57fe
|
@ -166,8 +166,10 @@
|
||||||
body.off #switch .fa {
|
body.off #switch .fa {
|
||||||
color: var(--tone-4)!important
|
color: var(--tone-4)!important
|
||||||
}
|
}
|
||||||
.tool:hover {
|
#extraTools > span:hover,
|
||||||
color: var(--tone-8)!important
|
.tool.enabled:hover,
|
||||||
|
body.dirty #refresh:hover {
|
||||||
|
color: var(--tone-2)!important
|
||||||
}
|
}
|
||||||
#extraTools,
|
#extraTools,
|
||||||
h2 {
|
h2 {
|
||||||
|
|
|
@ -1833,8 +1833,10 @@ url-prefix(https://discovery.addons.mozilla.org) {
|
||||||
body.off #switch .fa {
|
body.off #switch .fa {
|
||||||
color: var(--tone-4)!important
|
color: var(--tone-4)!important
|
||||||
}
|
}
|
||||||
.tool:hover {
|
#extraTools > span:hover,
|
||||||
color: var(--tone-8)!important
|
.tool.enabled:hover,
|
||||||
|
body.dirty #refresh:hover {
|
||||||
|
color: var(--tone-2)!important
|
||||||
}
|
}
|
||||||
#extraTools,
|
#extraTools,
|
||||||
h2 {
|
h2 {
|
||||||
|
|
Loading…
Reference in New Issue