mirror of https://github.com/gorhill/uBlock.git
Avoid applying CSS filter twice
This commit is contained in:
parent
d2897db2b6
commit
f16d77ef03
|
@ -15,9 +15,7 @@
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
.fa-icon.disabled,
|
.fa-icon.disabled,
|
||||||
.disabled > .fa-icon,
|
.fa-icon[disabled] {
|
||||||
.fa-icon[disabled],
|
|
||||||
[disabled] > .fa-icon {
|
|
||||||
color: var(--button-disabled-ink);
|
color: var(--button-disabled-ink);
|
||||||
fill: var(--button-disabled-ink);
|
fill: var(--button-disabled-ink);
|
||||||
filter: var(--button-disabled-filter);
|
filter: var(--button-disabled-filter);
|
||||||
|
|
Loading…
Reference in New Issue