code cleanup: remove uses of -moz-bool-pref
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
/* Source file https://github.com/MrOtherGuy/firefox-csshacks/tree/master/chrome/icon_only_tabs.css made available under Mozilla Public License v. 2.0
|
||||
See the above repository for updates as well as full license text. */
|
||||
|
||||
@media not (-moz-bool-pref: "sidebar.verticalTabs"),
|
||||
not -moz-pref("sidebar.verticalTabs"){
|
||||
@media not -moz-pref("sidebar.verticalTabs"){
|
||||
.tab-content > :not(.tab-icon-stack){
|
||||
display: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user