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
/* DO NOT EDIT this file directly, instead modify moz-reorderable-list.tokens.json
* and run `mach buildtokens` to see your changes. */
@layer tokens-foundation, tokens-foundation-nova, tokens-prefers-contrast, tokens-prefers-contrast-nova, tokens-forced-colors, tokens-forced-colors-nova, tokens-browser-theme, tokens-browser-theme-nova;
@layer tokens-foundation {
:root,
:host {
--reorderable-list-indicator-background-color: var(--color-accent-primary);
--reorderable-list-indicator-margin: var(--reorderable-list-indicator-size);
--reorderable-list-indicator-size: 2px;
}
}