Skip to content

Commit ce18914

Browse files
authored
Update userChrome.css
blur to moving tabs
1 parent 99b4b54 commit ce18914

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

userChrome.css

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -750,10 +750,16 @@ about:config -> svg.context-properties.content.enabled -> true*/
750750
background-color 0.15s ease !important;
751751
}
752752

753-
#titlebar #TabsToolbar #tabbrowser-tabs .tabbrowser-tab .tab-background {
753+
#TabsToolbar #tabbrowser-tabs .tabbrowser-tab .tab-background {
754754
margin-block: 2px !important;
755755
}
756756

757+
#tabbrowser-tabs[movingtab] > #tabbrowser-arrowscrollbox >
758+
.tabbrowser-tab:is([selected], [multiselected]) .tab-background{
759+
background-color: color-mix(in srgb, var(--firefoxcss-tab-active-bg-color) 50%, transparent) !important;
760+
backdrop-filter: blur(12px);
761+
}
762+
757763
/* Remove right and left side tab overflow border line */
758764
#scrollbutton-up ~ spacer {
759765
border-color: transparent !important;

0 commit comments

Comments
 (0)