Create sidebar-remove-browser-outline.css

This commit is contained in:
Cameron Redmore 2024-12-13 20:00:15 +00:00 committed by GitHub
parent 43afbcf937
commit 6be8f71582
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,7 @@
/* Remove the built in Browser box outline and box shadow which looks a bit odd with sidebar. [[OPTIONAL]] */
#tabbrowser-tabbox {
@media (-moz-bool-pref: "sidebar.revamp") {
outline: none !important;
box-shadow: none !important;
}
}