UNPKG

@dnb/eufemia

Version:

DNB Eufemia Design System UI Library

33 lines (32 loc) 922 B
/* * Anchor theme * */ /* * Anchor mixins * */ /* * Utilities */ :where(:not(.dnb-anchor--no-style)).dnb-anchor { --anchor-color--default: var(--color-emerald-green); --anchor-color--active: var(--color-sea-green); --anchor-icon-color--default: var(--color-emerald-green); --anchor-icon-color--active: var(--color-sea-green); --anchor-bg--hover: transparent; --anchor-bg--active: var(--color-pistachio); } :not(.dnb-anchor--no-style) { /* stylelint-disable-next-line scss/operator-no-unspaced */ } @supports not (selector(*:where(*))) { :not(.dnb-anchor--no-style).dnb-anchor { --anchor-color--default: var(--color-emerald-green); --anchor-color--active: var(--color-sea-green); --anchor-icon-color--default: var(--color-emerald-green); --anchor-icon-color--active: var(--color-sea-green); --anchor-bg--hover: transparent; --anchor-bg--active: var(--color-pistachio); } }