This commit is contained in:
sairaj mote 2021-09-19 20:10:30 +05:30
parent b3a3136a96
commit f40ac9473d
3 changed files with 4 additions and 9 deletions

View File

@ -618,9 +618,8 @@ details[open] > summary .icon {
.quick-action.disabled {
pointer-events: none;
opacity: 0.6;
}
.quick-action.disabled__icon .icon {
fill: rgba(var(--text-color), 0.5);
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
}
.quick-action__icon {
padding: 1rem;

2
css/main.min.css vendored

File diff suppressed because one or more lines are too long

View File

@ -541,11 +541,7 @@ details {
&.disabled {
pointer-events: none;
opacity: 0.6;
&__icon {
.icon {
fill: rgba(var(--text-color), 0.5);
}
}
filter: grayscale(100%);
}
&__icon {
padding: 1rem;