Fix: Multi selected tab - bursting

This commit is contained in:
alstjr7375 2021-05-26 13:50:41 +09:00
parent d8d87fc344
commit 8d9a1dc7b0

View file

@ -157,11 +157,11 @@
/* Multi Selected Color */
.tab-background[multiselected="true"]:not([selected="true"]) > .tab-loading-burst {
.tab-background[multiselected="true"]:not([selected="true"]) > .tab-loading-burst.proton:not([bursting]) {
background: color-mix(in srgb, currentColor 65%, transparent);
opacity: .3;
}
#TabsToolbar[brighttext] .tab-background[multiselected="true"]:not([selected="true"]) > .tab-loading-burst {
#TabsToolbar[brighttext] .tab-background[multiselected="true"]:not([selected="true"]) > .tab-loading-burst.proton:not([bursting]) {
opacity: .15;
}