feat: Add grey-out effect for inactive windows and adjust opacity settings, b=no-bug, c=workspaces, styles

This commit is contained in:
mr. m
2025-06-27 16:39:23 +02:00
parent 84183910b7
commit 5930552cdc
8 changed files with 36 additions and 21 deletions

View File

@@ -276,12 +276,14 @@
border: 3px solid #ffffff;
animation: zen-theme-picker-dot-animation 0.5s;
transform: translate(-50%, -50%);
pointer-events: none;
&:first-of-type {
width: 36px;
height: 36px;
border-width: 4px;
z-index: 2;
pointer-events: all;
transition: transform 0.2s;
&:hover {
transform: scale(1.05) translate(-50%, -50%);