-
-
Notifications
You must be signed in to change notification settings - Fork 523
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Hide density button in customize mode to reduce user confusion
- Loading branch information
1 parent
bd3c8d1
commit 2699077
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
20 changes: 20 additions & 0 deletions
20
src/browser/themes/shared/customizableui/customizeMode-css.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
diff --git a/browser/themes/shared/customizableui/customizeMode.css b/browser/themes/shared/customizableui/customizeMode.css | ||
index 622eff11b121abd354b48359951a1f8d6612380c..6d753dea4ffb4d84a57a8ab496130faa764a63c0 100644 | ||
--- a/browser/themes/shared/customizableui/customizeMode.css | ||
+++ b/browser/themes/shared/customizableui/customizeMode.css | ||
@@ -392,6 +392,15 @@ toolbarpaletteitem { | ||
transform: scaleX(-1); | ||
} | ||
|
||
+/* | ||
+ Added for zen browser | ||
+ This is a hack to hide the density button in the customize mode | ||
+ In order to not confuse the user with the density options | ||
+*/ | ||
+#customization-uidensity-button { | ||
+ display: none !important; | ||
+} | ||
+ | ||
#customization-panelWrapper, | ||
#customization-panelWrapper > .panel-arrowcontent, | ||
#customization-panelHolder { |