style: enhance workspace deactivation styles with grayscale filter for better visibility

This commit is contained in:
mr. M
2024-11-19 19:33:26 +01:00
parent 1049277e17
commit 721a8cf6e3

View File

@@ -57,10 +57,12 @@
@media not (-moz-bool-pref: 'zen.workspaces.hide-deactivated-workspaces') {
& {
opacity: 0.4;
filter: grayscale(1);
transition: opacity 0.2s;
}
&[active='true'] {
filter: none;
opacity: 1;
}
}