UI tweak
This commit is contained in:
parent
b3a3136a96
commit
f40ac9473d
@ -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
2
css/main.min.css
vendored
File diff suppressed because one or more lines are too long
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user