Fix: shadow color( --dark-menu-color don't exist... )

This commit is contained in:
alstjr7375 2021-04-27 09:58:50 +09:00
parent 8fc65985c0
commit b854c6c7b8

View file

@ -13,7 +13,7 @@
}
#TabsToolbar[brighttext] #tabbrowser-tabs:not([noshadowfortests]) .tabbrowser-tab:is([visuallyselected="true"], [multiselected]) > .tab-stack > .tab-background:-moz-lwtheme {
box-shadow: 0 0 1px var(--dark-menu-color) !important;
box-shadow: 0 0 1px var(--toolbar-color) !important;
}
.tab-content {