Skip to content

Commit bc26fd0

Browse files
committed
Bug 1971941 - Fix tabs-hidden usage for navbar separator. r=desktop-theme-reviewers,dao
tabs-hidden is set on the toolbox. Differential Revision: https://phabricator.services.mozilla.com/D255411
1 parent f3dd2f0 commit bc26fd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

browser/themes/shared/browser-shared.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ body {
425425
position: relative;
426426
border-top: 0.01px var(--tabs-navbar-separator-style) var(--tabs-navbar-separator-color);
427427

428-
&[tabs-hidden] {
428+
#navigator-toolbox[tabs-hidden] > & {
429429
border-top-style: none;
430430
}
431431

0 commit comments

Comments
 (0)