toolkit/content/widgets/moz-reorderable-list/moz-reorderable-list.tokens.css
Propagation: No Props Found
Back to Home/* 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 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;
@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;
}
}
Back to Home