mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-01-05 16:51:43 -08:00
Add: Hidden - Bookmarkbar Label
This commit is contained in:
parent
0e11b2858e
commit
76e37ffeaf
3 changed files with 18 additions and 3 deletions
|
|
@ -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 */
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue