Skip to content

Commit

Permalink
(style) Modify button active state to exclude workspace button
Browse files Browse the repository at this point in the history
  • Loading branch information
mauro-balades committed Nov 9, 2024
1 parent 6a7ce16 commit d24a9a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/browser/base/content/zen-styles/zen-buttons.css
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

Expand Down

0 comments on commit d24a9a2

Please sign in to comment.