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
1 changed files with 1 additions and 3 deletions

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