1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-15 07:22:28 +02:00

Avoid applying CSS filter twice

This commit is contained in:
Raymond Hill 2020-04-24 09:46:44 -04:00
parent d2897db2b6
commit f16d77ef03
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -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);