This commit is contained in:
Vince 2025-02-07 16:52:14 +08:00
parent 836c8c73f7
commit e7841d81b8
4 changed files with 233 additions and 229 deletions

View File

@ -376,4 +376,5 @@ tab[selected]:-moz-window-inactive .tab-label {
#firefox-view-button > .toolbarbutton-icon { #firefox-view-button > .toolbarbutton-icon {
box-shadow: none !important; box-shadow: none !important;
outline: none !important;
} }

View File

@ -250,6 +250,7 @@ tab[selected]:-moz-window-inactive .tab-label {
#firefox-view-button > .toolbarbutton-icon { #firefox-view-button > .toolbarbutton-icon {
filter: none !important; filter: none !important;
box-shadow: none !important; box-shadow: none !important;
outline: none !important;
} }
/* Remove shadow next to tab scroll buttons */ /* Remove shadow next to tab scroll buttons */

View File

@ -437,6 +437,7 @@ tab[selected]:-moz-window-inactive {
#firefox-view-button > .toolbarbutton-icon { #firefox-view-button > .toolbarbutton-icon {
box-shadow: none !important; box-shadow: none !important;
outline: none !important;
} }
#TabsToolbar #firefox-view-button[open] { #TabsToolbar #firefox-view-button[open] {

View File

@ -430,6 +430,7 @@ tab[selected]:-moz-window-inactive {
#firefox-view-button > .toolbarbutton-icon { #firefox-view-button > .toolbarbutton-icon {
box-shadow: none !important; box-shadow: none !important;
outline: none !important;
} }
#TabsToolbar #firefox-view-button[open] { #TabsToolbar #firefox-view-button[open] {