@@ -250,15 +250,21 @@ tab-item-substance {
250250 z-index : 100 ;
251251}
252252
253- : root .left tab-item : not (.pinned ) tab-item-substance ,
254- : root .left .after-tabs button : not ([data-menu-ui ]),
255- : root .left .after-tabs [role = "button" ]: not ([data-menu-ui ]) {
253+ : root .left : not (.rtl ) tab-item : not (.pinned ) tab-item-substance ,
254+ : root .left : not (.rtl ) .after-tabs button : not ([data-menu-ui ]),
255+ : root .left : not (.rtl ) .after-tabs [role = "button" ]: not ([data-menu-ui ]),
256+ : root .right .rtl tab-item : not (.pinned ) tab-item-substance ,
257+ : root .right .rtl .after-tabs button : not ([data-menu-ui ]),
258+ : root .right .rtl .after-tabs [role = "button" ]: not ([data-menu-ui ]) {
256259 padding-inline-end : 0.35em ;
257260}
258261
259- : root .right tab-item : not (.pinned ) tab-item-substance ,
260- : root .right .after-tabs button : not ([data-menu-ui ]),
261- : root .right .after-tabs [role = "button" ]: not ([data-menu-ui ]) {
262+ : root .right : not (.rtl ) tab-item : not (.pinned ) tab-item-substance ,
263+ : root .right : not (.rtl ) .after-tabs button : not ([data-menu-ui ]),
264+ : root .right : not (.rtl ) .after-tabs [role = "button" ]: not ([data-menu-ui ]),
265+ : root .left .rtl tab-item : not (.pinned ) tab-item-substance ,
266+ : root .left .rtl .after-tabs button : not ([data-menu-ui ]),
267+ : root .left .rtl .after-tabs [role = "button" ]: not ([data-menu-ui ]) {
262268 padding-inline-start : 0.35em ;
263269}
264270
@@ -417,11 +423,13 @@ tab-item:not(.faviconized).subtree-collapsed.all-descendants-highlighted .highli
417423
418424/* contextual identity marker in tabs */
419425
420- : root .left tab-item : not (.faviconized ) .contextual-identity-marker {
426+ : root .left : not (.rtl ) tab-item : not (.faviconized ) .contextual-identity-marker ,
427+ : root .right .rtl tab-item : not (.faviconized ) .contextual-identity-marker {
421428 inset-inline-end : calc (var (--tab-dropshadow-blur ) - var (--tab-highlighter-size ));
422429}
423430
424- : root .right tab-item : not (.faviconized ) .contextual-identity-marker {
431+ : root .right : not (.rtl ) tab-item : not (.faviconized ) .contextual-identity-marker ,
432+ : root .left .rtl tab-item : not (.faviconized ) .contextual-identity-marker {
425433 inset-inline-start : calc (var (--tab-dropshadow-blur ) - var (--tab-highlighter-size ));
426434}
427435
0 commit comments