(style) Modify button active state to exclude workspace button

This commit is contained in:
mr. M
2024-11-09 19:42:54 +01:00
parent 6a7ce1639a
commit d24a9a2583

View File

@@ -21,7 +21,7 @@ xul|button {
box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.05) !important;
}
button:active {
button:not(#zen-workspaces-button):active {
transform: scale(0.98);
}