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