Add: Hidden - Bookmarkbar Label

This commit is contained in:
alstjr7375 2022-08-19 13:20:40 +09:00
parent 0e11b2858e
commit 76e37ffeaf
3 changed files with 18 additions and 3 deletions

View file

@ -50,9 +50,16 @@
}
}
@include Option("userChrome.hidden.bookmarkbar_icon") {
#PlacesToolbarItems .bookmark-item > .toolbarbutton-icon {
display: none;
#PlacesToolbarItems .bookmark-item {
@include Option("userChrome.hidden.bookmarkbar_icon") {
> .toolbarbutton-icon {
display: none;
}
}
@include Option("userChrome.hidden.bookmarkbar_label") {
> .toolbarbutton-text {
visibility: collapse; /* display: none is not work */
}
}
}