Add: Hidden - Bookmarkbar icon

This commit is contained in:
alstjr7375 2022-08-16 17:14:41 +09:00
parent 097fcedd4f
commit 5195e8187e
3 changed files with 12 additions and 0 deletions

View file

@ -7448,6 +7448,11 @@
/* Original: 8px */
}
}
@supports -moz-bool-pref("userChrome.hidden.bookmarkbar_icon") {
#PlacesToolbarItems .bookmark-item > .toolbarbutton-icon {
display: none;
}
}
@supports -moz-bool-pref("userChrome.hidden.selected_tab") {
.tabbrowser-tab[selected="true"] {
-moz-box-flex: 0 !important;

View file

@ -52,6 +52,12 @@
}
}
@include Option("userChrome.hidden.bookmarkbar_icon") {
#PlacesToolbarItems .bookmark-item > .toolbarbutton-icon {
display: none;
}
}
@include Option("userChrome.hidden.selected_tab") {
.tabbrowser-tab[selected="true"] {
-moz-box-flex: 0 !important;

View file

@ -92,6 +92,7 @@ user_pref("userChrome.rounding.square_tab", false);
// user_pref("userChrome.hidden.sidebar_header", true);
// user_pref("userChrome.hidden.sidebar_header.vertical_tab_only", true);
// user_pref("userChrome.hidden.urlbar_iconbox", true);
// user_pref("userChrome.hidden.bookmarkbar_icon", true);
// user_pref("userChrome.hidden.tab_icon", true);
// user_pref("userChrome.hidden.selected_tab", true);
// user_pref("userChrome.hidden.disabled_menu", true);