Skip to content

Commit 20ed3a7

Browse files
emiliopchevrel@mozilla.com
authored andcommitted
Bug 1971941 - Fix tabs-hidden usage for navbar separator. r=desktop-theme-reviewers,dao a=pascalc
tabs-hidden is set on the toolbox. Differential Revision: https://phabricator.services.mozilla.com/D255411
1 parent 2ebfb19 commit 20ed3a7

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)