fix tab shadows

This commit is contained in:
bmFtZQ 2023-10-26 13:37:44 +08:00
parent f6368602c4
commit c53c68194b
2 changed files with 3 additions and 3 deletions

View file

@ -143,7 +143,7 @@ bugs with certain themes eg. dark text on dark background.) */
}
/* Mica broken on newer versions of Firefox */
/* Uncomment to enable, only works for Firefox versions lower than 117 */
/* Uncomment to enable, only works for Firefox versions lower than 115 */
/* @media (-moz-platform: windows) {
@supports -moz-bool-pref("uc.tweak.win11-mica") {
#main-window:not([inFullscreen]):not(:-moz-lwtheme),

View file

@ -392,8 +392,8 @@ toolbarbutton[part="scrollbutton-down"] {
0 2px 4px rgba(0, 0, 0, 0.45), 0 0px 2px rgba(0, 0, 0, 0.2);
}
.tabbrowser-tab:is([visuallyselected="true"], [multiselected])>.tab-stack>.tab-background,
#TabsToolbar #firefox-view-button[open]>.toolbarbutton-icon {
#tabbrowser-tabs .tab-background:is([selected], [multiselected]),
#TabsToolbar #firefox-view-button[open] > .toolbarbutton-icon {
box-shadow: var(--uc-tab-shadow) !important;
}