Add hover effect to toolbar elements in zen-workspaces.css for improved UI interaction

This commit is contained in:
mr. M
2025-02-15 11:35:51 +01:00
committed by mr. m
parent 3649d7f111
commit 47cb4e488f

View File

@@ -73,6 +73,10 @@
filter: grayscale(0);
opacity: 1;
}
&:hover {
background-color: var(--zen-toolbar-element-bg);
}
}
}
}