Skip to content

Commit

Permalink
Merge pull request #2730 from Richard-Woessner/I-2676-2
Browse files Browse the repository at this point in the history
Hide Toolbar button in customize mode to reduce user confusion
  • Loading branch information
mr-cheff authored Nov 28, 2024
2 parents 6d41232 + dc55574 commit 12afbcd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/browser/base/content/zen-styles/zen-single-components.css
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,7 @@
display: none;
}
}

#customization-footer #customization-toolbar-visibility-button {
display: none !important;
}

0 comments on commit 12afbcd

Please sign in to comment.