Source code

Revision control

Copy as Markdown

Other Tools

/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
/* DO NOT EDIT this file directly, instead modify tabs-navbar.tokens.json
* and run `mach buildtokens` to see your changes. */
@layer tokens-foundation, tokens-browser-theme, tokens-foundation-brand, tokens-foundation-nova, tokens-browser-theme-nova, tokens-foundation-brand-nova, tokens-prefers-contrast, tokens-prefers-contrast-nova, tokens-forced-colors, tokens-forced-colors-nova;
:root,
:host {
@layer tokens-foundation {
--tabs-navbar-separator-color: ThreeDShadow;
--tabs-navbar-separator-style: solid;
}
}
:root:is([theme-in-app], :not([lwtheme])),
:host {
@layer tokens-browser-theme {
@media not ((forced-colors) or (-moz-native-theme)) {
--tabs-navbar-separator-style: none;
}
}
}