Skip to content

Commit

Permalink
force button to have box-shadow style in active mode
Browse files Browse the repository at this point in the history
  • Loading branch information
bsatarnejad committed Jan 25, 2024
1 parent 2e47e86 commit 6350ae2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/primer/open_project/zen_mode_button.pcss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* CSS for ZenModeButton */

.zen-mode-button--active {
box-shadow: 0 0 3px var(--borderColor-default) inset;
box-shadow: 0 0 3px var(--borderColor-default) inset !important;
}

0 comments on commit 6350ae2

Please sign in to comment.