Are we Design Tokens yet?

toolkit/content/widgets/moz-visual-picker/moz-visual-picker-item.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-visual-picker-item.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 {
    --visual-picker-item-border-color: var(--border-color-interactive);
    --visual-picker-item-border-radius: var(--border-radius-medium);
    --visual-picker-item-border-width: var(--border-width);
    --visual-picker-item-border-width-checked: calc(var(--border-width) * 3);
  }
}
Back to Home