Skip to content

Commit 5d8e026

Browse files
committed
4.7.3
1 parent e08512c commit 5d8e026

11 files changed

+117
-21
lines changed

current/css/generalui/classic_drop_indicator.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,7 @@
1010
.tab-drop-indicator:not(image) {
1111
background: url(../../image/tab-drag-indicator.png) no-repeat bottom !important;
1212
}
13+
14+
#navigator-toolbox {
15+
z-index: 3 !important;
16+
}

current/css/generalui/context_bfrsb_labels_with_icons.css

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,13 +67,17 @@
6767
/* code for Linux */
6868
@media not (-moz-platform: windows) {
6969

70-
#context-navigation > .menuitem-iconic > .menu-icon,
70+
#context-navigation > .menuitem-iconic > .menu-icon {
71+
padding-top: 4px !important;
72+
padding-bottom: 4px !important;
73+
}
74+
7175
#context-navigation > .menuitem-iconic > .menu-iconic-left > .menu-iconic-icon {
7276
padding: 0px !important;
7377
}
7478

75-
:is(#context-back,#context-forward,#context-reload,#context-stop,#context-bookmarkpage):after {
79+
/*:is(#context-back,#context-forward,#context-reload,#context-stop,#context-bookmarkpage):after {
7680
margin-inline-start: 6px !important;
77-
}
81+
}*/
7882

7983
}

current/css/generalui/popup_compact_menus.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,17 +75,24 @@ menuseparator {
7575
margin-inline-end: -2px !important;
7676
}
7777

78+
.menu-icon{
79+
margin-inline-start: 2px !important;
80+
margin-inline-end: 2px !important;
81+
}
82+
7883
@media (-moz-platform: windows) {
7984

8085
menupopup > menuitem,
8186
menupopup > menu {
8287
padding-block: 0 !important;
8388
padding: var(--item_y_padding) 0 !important;
8489
padding-inline-start: 4px !important;
90+
padding-inline-end: 4px !important;
8591
}
8692

8793
* menupopup {
8894
--panel-padding: 0px !important;
95+
8996
}
9097
:is(menupopup, panel) :is(.menu-accel,.menu-iconic-accel) {
9198
margin-inline-end: 8px !important;
Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
/* Firefox userChrome.css tweaks ********************************************************/
2+
/* Github: https://github.com/aris-t2/customcssforfx ************************************/
3+
/****************************************************************************************/
4+
5+
6+
:root{
7+
--y_padding_before_label: 36px;
8+
--y_padding_before_label_cn_no_icon: 0px !important; /* for context_bfrsb_labels_without_icons.css */
9+
--y_padding_before_label_bm: calc(var(--y_padding_before_label) - 4px );
10+
--y_padding_before_label_am: calc(var(--y_padding_before_label) - 4px );
11+
}
12+
13+
:is(popup,menupopup)[type=arrow] :is(menu,menuitem):not(:is([checked],.menu-iconic,.menuitem-iconic)) {
14+
padding-inline-start: var(--y_padding_before_label) !important;
15+
}
16+
17+
:is(popup,menupopup)[type=arrow] :is(menuseparator,.bookmarks-actions-menuseparator) {
18+
appearance: none;
19+
margin: 2px !important;
20+
margin-inline-start: var(--y_padding_before_label) !important;
21+
}
22+
23+
.PanelUI-subView .subviewbutton:not(#appMenu-fxa-status2):not(.menuitem-iconic):not(.menu-iconic):not(.subviewbutton-iconic) {
24+
padding-inline-start: var(--y_padding_before_label_bm) !important;
25+
}
26+
27+
#PanelUI-bookmarks .subviewbutton:not(#appMenu-fxa-status2):not(.menuitem-iconic):not(.menu-iconic):not(.subviewbutton-iconic),
28+
#PanelUI-history .subviewbutton:not(#appMenu-fxa-status2):not(.menuitem-iconic):not(.menu-iconic):not(.subviewbutton-iconic),
29+
#appMenu-popup .PanelUI-subView .subviewbutton:not(#appMenu-fxa-status2):not(.menuitem-iconic):not(.menu-iconic):not(.subviewbutton-iconic) {
30+
padding-inline-start: var(--y_padding_before_label_am) !important;
31+
}
32+
33+
@media (-moz-platform: windows) {
34+
:is(popup,menupopup) :is(menu,menuitem):not(:is([checked]),.bookmark-item,.menu-iconic,.menuitem-iconic) {
35+
padding-inline-start: var(--y_padding_before_label) !important;
36+
}
37+
38+
:is(popup,menupopup) :is(menu,menuitem):not([data-usercontextid]):not(.bookmark-item,.menu-iconic,.menuitem-iconic) .menu-icon:not([src]) {
39+
display: none !important;
40+
}
41+
42+
:is(popup,menupopup) :is(menu,menuitem):not([data-usercontextid])[checked]:not(.bookmark-item,.menu-iconic,.menuitem-iconic) .menu-icon:not([src]) {
43+
display: block !important;
44+
}
45+
46+
:is(popup,menupopup) :is(menuseparator,.bookmarks-actions-menuseparator) {
47+
appearance: none;
48+
margin: 2px !important;
49+
margin-inline-start: var(--y_padding_before_label_bm) !important;
50+
}
51+
}

current/css/tabs/classic_squared_tabs.css

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,8 @@
377377
.tabbrowser-tab,
378378
#tabbrowser-tabs,
379379
#tabbrowser-tabs > .tabbrowser-arrowscrollbox,
380-
.tabbrowser-tabs[positionpinnedtabs] > .tabbrowser-tab[pinned] {
380+
.tabbrowser-tabs[positionpinnedtabs] > .tabbrowser-tab[pinned],
381+
.tabbrowser-tabs[positionpinnedtabs] .tabbrowser-tab[pinned] {
381382
min-height: var(--classic_squared_tabs_tab_height) !important;
382383
}
383384

@@ -419,8 +420,10 @@
419420
}
420421

421422
#tabbrowser-tabs[movingtab] > .tabbrowser-tab[beforeselected]:not([last-visible-tab])::after,
423+
#tabbrowser-tabs[movingtab] .tabbrowser-tab[beforeselected]:not([last-visible-tab])::after,
422424
.tabbrowser-tab:not([selected]):not([afterselected-visible]):not([afterhovered]):not([first-visible-tab]):not(:hover)::before,
423-
#tabbrowser-tabs:not([overflow]) > .tabbrowser-tab[last-visible-tab]:not([selected],[multiselected]):not([beforehovered]):not(:hover)::after {
425+
#tabbrowser-tabs:not([overflow]) > .tabbrowser-tab[last-visible-tab]:not([selected],[multiselected]):not([beforehovered]):not(:hover)::after,
426+
#tabbrowser-tabs:not([overflow]) .tabbrowser-tab[last-visible-tab]:not([selected],[multiselected]):not([beforehovered]):not(:hover)::after {
424427
content: unset !important;
425428
display: unset !important;
426429
}
@@ -435,10 +438,13 @@
435438
}
436439

437440
:root:is([tabsintitlebar],[customtitlebar]):not([extradragspace]) #toolbar-menubar[autohide=true] ~ :is(#TabsToolbar,#vertical-tabs) > #tabbrowser-tabs > .tabbrowser-tab::after,
441+
:root:is([tabsintitlebar],[customtitlebar]):not([extradragspace]) #toolbar-menubar[autohide=true] ~ :is(#TabsToolbar,#vertical-tabs) > #tabbrowser-tabs .tabbrowser-tab::after,
438442
:root:is([tabsintitlebar],[customtitlebar]):not([extradragspace]) #toolbar-menubar[autohide=true] ~ :is(#TabsToolbar,#vertical-tabs) > #tabbrowser-tabs > .tabbrowser-tab::before,
443+
:root:is([tabsintitlebar],[customtitlebar]):not([extradragspace]) #toolbar-menubar[autohide=true] ~ :is(#TabsToolbar,#vertical-tabs) > #tabbrowser-tabs .tabbrowser-tab::before,
439444
.tabbrowser-tab:hover::before,
440445
.tabbrowser-tab[last-visible-tab]:hover::after,
441-
#tabbrowser-tabs:not([movingtab]) > .tabbrowser-tab[afterhovered]::before {
446+
#tabbrowser-tabs:not([movingtab]) > .tabbrowser-tab[afterhovered]::before,
447+
#tabbrowser-tabs:not([movingtab]) .tabbrowser-tab[afterhovered]::before {
442448
border-image: unset !important;
443449
border-image-slice: unset !important;
444450
border-top-left-radius: 3px !important;
@@ -548,7 +554,8 @@
548554
}
549555

550556
.tabbrowser-tab:is([selected],[multiselected]):hover,
551-
#tabbrowser-tabs:not([closebuttons=activetab]) > #tabbrowser-arrowscrollbox > .tabbrowser-tab:not([selected],[multiselected]):hover {
557+
#tabbrowser-tabs:not([closebuttons=activetab]) > #tabbrowser-arrowscrollbox > .tabbrowser-tab:not([selected],[multiselected]):hover,
558+
#tabbrowser-tabs:not([closebuttons=activetab]) > #tabbrowser-arrowscrollbox .tabbrowser-tab:not([selected],[multiselected]):hover {
552559
--tab-label-mask-size: unset !important;
553560
}
554561

@@ -571,11 +578,13 @@
571578
}
572579

573580
/* Lightweight theme on tabs */
574-
:root[lwtheme] #tabbrowser-tabs:not([movingtab]) > #tabbrowser-arrowscrollbox > .tabbrowser-tab > .tab-stack > .tab-background:is([selected],[multiselected]) {
581+
:root[lwtheme] #tabbrowser-tabs:not([movingtab]) > #tabbrowser-arrowscrollbox > .tabbrowser-tab > .tab-stack > .tab-background:is([selected],[multiselected]),
582+
:root[lwtheme] #tabbrowser-tabs:not([movingtab]) > #tabbrowser-arrowscrollbox .tabbrowser-tab > .tab-stack > .tab-background:is([selected],[multiselected]) {
575583
background-color: var(--tab-selected-bgcolor, var(--toolbar-bgcolor)) !important;
576584
}
577585

578-
:root[lwtheme]:not([lwtheme-image="true"]) #tabbrowser-tabs:not([movingtab]) > #tabbrowser-arrowscrollbox > .tabbrowser-tab > .tab-stack > .tab-background:is([selected],[multiselected]) {
586+
:root[lwtheme]:not([lwtheme-image="true"]) #tabbrowser-tabs:not([movingtab]) > #tabbrowser-arrowscrollbox > .tabbrowser-tab > .tab-stack > .tab-background:is([selected],[multiselected]),
587+
:root[lwtheme]:not([lwtheme-image="true"]) #tabbrowser-tabs:not([movingtab]) > #tabbrowser-arrowscrollbox .tabbrowser-tab > .tab-stack > .tab-background:is([selected],[multiselected]) {
579588
background-image: var(--toolbar-bgimage) !important;
580589
}
581590

current/css/tabs/classic_squared_tabs_australized.css

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -397,8 +397,10 @@
397397
}
398398

399399
#tabbrowser-tabs[movingtab] > .tabbrowser-tab[beforeselected]:not([last-visible-tab])::after,
400+
#tabbrowser-tabs[movingtab] .tabbrowser-tab[beforeselected]:not([last-visible-tab])::after,
400401
.tabbrowser-tab:not([selected],[multiselected]):not([afterselected-visible]):not([afterhovered]):not([first-visible-tab]):not(:hover)::before,
401-
#tabbrowser-tabs:not([overflow]) > .tabbrowser-tab[last-visible-tab]:not([selected],[multiselected]):not([beforehovered]):not(:hover)::after {
402+
#tabbrowser-tabs:not([overflow]) > .tabbrowser-tab[last-visible-tab]:not([selected],[multiselected]):not([beforehovered]):not(:hover)::after,
403+
#tabbrowser-tabs:not([overflow]) .tabbrowser-tab[last-visible-tab]:not([selected],[multiselected]):not([beforehovered]):not(:hover)::after {
402404
content: unset !important;
403405
display: unset !important;
404406
}
@@ -413,7 +415,9 @@
413415
}
414416

415417
:root:is([tabsintitlebar],[customtitlebar]):not([extradragspace]) #toolbar-menubar[autohide=true] ~ :is(#TabsToolbar,#vertical-tabs) > #tabbrowser-tabs > .tabbrowser-tab::after,
418+
:root:is([tabsintitlebar],[customtitlebar]):not([extradragspace]) #toolbar-menubar[autohide=true] ~ :is(#TabsToolbar,#vertical-tabs) > #tabbrowser-tabs .tabbrowser-tab::after,
416419
:root:is([tabsintitlebar],[customtitlebar]):not([extradragspace]) #toolbar-menubar[autohide=true] ~ :is(#TabsToolbar,#vertical-tabs) > #tabbrowser-tabs > .tabbrowser-tab::before,
420+
:root:is([tabsintitlebar],[customtitlebar]):not([extradragspace]) #toolbar-menubar[autohide=true] ~ :is(#TabsToolbar,#vertical-tabs) > #tabbrowser-tabs .tabbrowser-tab::before,
417421
.tabbrowser-tab:hover::before,
418422
.tabbrowser-tab[last-visible-tab]:hover::after,
419423
#tabbrowser-tabs:not([movingtab]) > .tabbrowser-tab[afterhovered]::before {
@@ -526,7 +530,8 @@
526530
}
527531

528532
.tabbrowser-tab:is([selected],[multiselected]):hover,
529-
#tabbrowser-tabs:not([closebuttons=activetab]) > #tabbrowser-arrowscrollbox > .tabbrowser-tab:not([selected],[multiselected]):hover {
533+
#tabbrowser-tabs:not([closebuttons=activetab]) > #tabbrowser-arrowscrollbox > .tabbrowser-tab:not([selected],[multiselected]):hover,
534+
#tabbrowser-tabs:not([closebuttons=activetab]) > #tabbrowser-arrowscrollbox .tabbrowser-tab:not([selected],[multiselected]):hover {
530535
--tab-label-mask-size: unset !important;
531536
}
532537

@@ -549,11 +554,13 @@
549554
}
550555

551556
/* Lightweight theme on tabs */
552-
:root[lwtheme] #tabbrowser-tabs:not([movingtab]) > #tabbrowser-arrowscrollbox > .tabbrowser-tab > .tab-stack > .tab-background:is([selected],[multiselected]) {
557+
:root[lwtheme] #tabbrowser-tabs:not([movingtab]) > #tabbrowser-arrowscrollbox > .tabbrowser-tab > .tab-stack > .tab-background:is([selected],[multiselected]),
558+
:root[lwtheme] #tabbrowser-tabs:not([movingtab]) > #tabbrowser-arrowscrollbox .tabbrowser-tab > .tab-stack > .tab-background:is([selected],[multiselected]) {
553559
background-color: var(--tab-selected-bgcolor, var(--toolbar-bgcolor)) !important;
554560
}
555561

556-
:root[lwtheme]:not([lwtheme-image="true"]) #tabbrowser-tabs:not([movingtab]) > #tabbrowser-arrowscrollbox > .tabbrowser-tab > .tab-stack > .tab-background:is([selected],[multiselected]) {
562+
:root[lwtheme]:not([lwtheme-image="true"]) #tabbrowser-tabs:not([movingtab]) > #tabbrowser-arrowscrollbox > .tabbrowser-tab > .tab-stack > .tab-background:is([selected],[multiselected]),
563+
:root[lwtheme]:not([lwtheme-image="true"]) #tabbrowser-tabs:not([movingtab]) > #tabbrowser-arrowscrollbox .tabbrowser-tab > .tab-stack > .tab-background:is([selected],[multiselected]) {
557564
background-image: var(--toolbar-bgimage) !important;
558565
}
559566

current/css/tabs/default_tabs_photon.css

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,9 @@
3939

4040
/* remove left and right tab spaces */
4141
#tabbrowser-tabs[haspinnedtabs]:not([positionpinnedtabs]) > #tabbrowser-arrowscrollbox > .tabbrowser-tab:nth-child(1 of :not([pinned], [hidden])),
42-
#tabbrowser-tabs[haspinnedtabs]:not([positionpinnedtabs]) > #tabbrowser-arrowscrollbox > .tabbrowser-tab[first-visible-unpinned-tab] {
42+
#tabbrowser-tabs[haspinnedtabs]:not([positionpinnedtabs]) > #tabbrowser-arrowscrollbox .tabbrowser-tab:nth-child(1 of :not([pinned], [hidden])),
43+
#tabbrowser-tabs[haspinnedtabs]:not([positionpinnedtabs]) > #tabbrowser-arrowscrollbox > .tabbrowser-tab[first-visible-unpinned-tab],
44+
#tabbrowser-tabs[haspinnedtabs]:not([positionpinnedtabs]) > #tabbrowser-arrowscrollbox .tabbrowser-tab[first-visible-unpinned-tab] {
4345
margin-inline-start: 0px !important;
4446
}
4547

@@ -105,7 +107,8 @@
105107

106108
.tabbrowser-tab::before,
107109
.tabbrowser-tab:not([selected],[multiselected]):last-of-type::after,
108-
#tabbrowser-tabs[movingtab] > #tabbrowser-arrowscrollbox > .tabbrowser-tab[selected] + .tabbrowser-tab::before {
110+
#tabbrowser-tabs[movingtab] > #tabbrowser-arrowscrollbox > .tabbrowser-tab[selected] + .tabbrowser-tab::before,
111+
#tabbrowser-tabs[movingtab] > #tabbrowser-arrowscrollbox .tabbrowser-tab[selected] + .tabbrowser-tab::before {
109112
border-right: 1px solid transparent;
110113
margin-block: 5px 4px;
111114
opacity: 0.3;
@@ -117,7 +120,8 @@
117120
.tabbrowser-tab:hover:not([selected]):nth-child(1 of :not([hidden]))::before,
118121
.tabbrowser-tab:hover:not([selected])[first-visible-unpinned-tab]::before,
119122
.tabbrowser-tab:not([selected],[multiselected]):last-of-type::after,
120-
#tabbrowser-tabs[movingtab] > #tabbrowser-arrowscrollbox > .tabbrowser-tab[selected] + .tabbrowser-tab::before {
123+
#tabbrowser-tabs[movingtab] > #tabbrowser-arrowscrollbox > .tabbrowser-tab[selected] + .tabbrowser-tab::before,
124+
#tabbrowser-tabs[movingtab] > #tabbrowser-arrowscrollbox .tabbrowser-tab[selected] + .tabbrowser-tab::before {
121125
border-right: 1px solid var(--lwt-background-tab-separator-color, currentColor);
122126
}
123127

current/css/tabs/default_tabs_photon_alt.css

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@
3434
}
3535

3636
/* remove left and right tab spaces */
37-
#tabbrowser-tabs[haspinnedtabs]:not([positionpinnedtabs]) > #tabbrowser-arrowscrollbox > .tabbrowser-tab[first-visible-unpinned-tab] {
37+
#tabbrowser-tabs[haspinnedtabs]:not([positionpinnedtabs]) > #tabbrowser-arrowscrollbox > .tabbrowser-tab[first-visible-unpinned-tab],
38+
#tabbrowser-tabs[haspinnedtabs]:not([positionpinnedtabs]) #tabbrowser-arrowscrollbox .tabbrowser-tab[first-visible-unpinned-tab] {
3839
margin-inline-start: 0px !important;
3940
}
4041

@@ -108,14 +109,18 @@
108109
:root:is([tabsintitlebar],[customtitlebar]):not([extradragspace]) #toolbar-menubar[autohide=true] + :is(#TabsToolbar,#vertical-tabs) .tabbrowser-tab::after,
109110
.tabbrowser-tab:hover::after,
110111
#tabbrowser-tabs:not([movingtab]) > #tabbrowser-arrowscrollbox > .tabbrowser-tab[beforehovered]::after,
112+
#tabbrowser-tabs:not([movingtab]) > #tabbrowser-arrowscrollbox .tabbrowser-tab[beforehovered]::after,
111113
.tabbrowser-tab[multiselected]::after,
112-
#tabbrowser-tabs:not([movingtab]) > #tabbrowser-arrowscrollbox > .tabbrowser-tab[before-multiselected]::after {
114+
#tabbrowser-tabs:not([movingtab]) > #tabbrowser-arrowscrollbox > .tabbrowser-tab[before-multiselected]::after,
115+
#tabbrowser-tabs:not([movingtab]) > #tabbrowser-arrowscrollbox .tabbrowser-tab[before-multiselected]::after {
113116
margin-top: var(--tabs-top-border-width);
114117
margin-bottom: 0;
115118
}
116119

117120
#tabbrowser-tabs:not([movingtab]) > #tabbrowser-arrowscrollbox > .tabbrowser-tab[beforeselected-visible]::after,
121+
#tabbrowser-tabs:not([movingtab]) > #tabbrowser-arrowscrollbox .tabbrowser-tab[beforeselected-visible]::after,
118122
#tabbrowser-tabs[movingtab] > #tabbrowser-arrowscrollbox > .tabbrowser-tab[visuallyselected]::before,
123+
#tabbrowser-tabs[movingtab] > #tabbrowser-arrowscrollbox .tabbrowser-tab[visuallyselected]::before,
119124
.tabbrowser-tab[visuallyselected]::after {
120125
border-color: var(--tabs-border-color);
121126
margin-top: 0;
@@ -168,7 +173,8 @@
168173
position: unset !important;
169174
}
170175

171-
#tabbrowser-tabs[haspinnedtabs]:not([positionpinnedtabs]) > #tabbrowser-arrowscrollbox > .tabbrowser-tab:nth-child(1 of :not([pinned], [hidden])) {
176+
#tabbrowser-tabs[haspinnedtabs]:not([positionpinnedtabs]) > #tabbrowser-arrowscrollbox > .tabbrowser-tab:nth-child(1 of :not([pinned], [hidden])),
177+
#tabbrowser-tabs[haspinnedtabs]:not([positionpinnedtabs]) > #tabbrowser-arrowscrollbox .tabbrowser-tab:nth-child(1 of :not([pinned], [hidden])) {
172178
margin-inline-start: 0px !important;
173179
}
174180

current/css/tabs/tabs_below_navigation_toolbar_alt.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@
9191
#tabbrowser-tabs,
9292
#tabbrowser-arrowscrollbox,
9393
#tabbrowser-tabs[positionpinnedtabs] > #tabbrowser-arrowscrollbox > .tabbrowser-tab[pinned],
94+
#tabbrowser-tabs[positionpinnedtabs] > #tabbrowser-arrowscrollbox .tabbrowser-tab[pinned],
9495
#tabbrowser-tabs > .tabbrowser-arrowscrollbox,
9596
.tabbrowser-tabs[positionpinnedtabs] > .tabbrowser-tab[pinned] {
9697
min-height: var(--tab-min-height_tnot) !important;

current/css/tabs/tabs_fully_squared.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
:is(#TabsToolbar,#vertical-tabs) .tabbrowser-tab::before,
1414
:root:is([tabsintitlebar],[customtitlebar]):not([extradragspace]) #toolbar-menubar[autohide=true] ~ :is(#TabsToolbar,#vertical-tabs) > #tabbrowser-tabs > .tabbrowser-tab::after,
1515
:root:is([tabsintitlebar],[customtitlebar]):not([extradragspace]) #toolbar-menubar[autohide=true] ~ :is(#TabsToolbar,#vertical-tabs) > #tabbrowser-tabs > .tabbrowser-tab::before,
16+
:root:is([tabsintitlebar],[customtitlebar]):not([extradragspace]) #toolbar-menubar[autohide=true] ~ :is(#TabsToolbar,#vertical-tabs) > #tabbrowser-tabs .tabbrowser-tab::after,
17+
:root:is([tabsintitlebar],[customtitlebar]):not([extradragspace]) #toolbar-menubar[autohide=true] ~ :is(#TabsToolbar,#vertical-tabs) > #tabbrowser-tabs .tabbrowser-tab::before,
1618
:is(#TabsToolbar,#vertical-tabs) .tabbrowser-tab:hover::before,
1719
:is(#TabsToolbar,#vertical-tabs) .tabbrowser-tab[last-visible-tab]:hover::after,
1820
:is(#TabsToolbar,#vertical-tabs) #tabbrowser-tabs:not([movingtab]) > .tabbrowser-tab[afterhovered]::before {

0 commit comments

Comments
 (0)