UNPKG

igniteui-webcomponents

Version:

Ignite UI for Web Components is a complete library of UI components, giving you the ability to build modern web applications using encapsulation and the concept of reusable components in a dependency-free approach.

3 lines 1.13 kB
import { css } from 'lit'; export const styles = css `:host{--ghost-elevation: var(--ig-chip-ghost-elevation, var(--ig-elevation-2));--ghost-background: var(--ig-chip-ghost-background, var(--ig-primary-500));--hover-text-color: var(--ig-chip-hover-text-color, var(--ig-gray-200-contrast));--hover-background: var(--ig-chip-hover-background, var(--ig-gray-200));--focus-text-color: var(--ig-chip-focus-text-color, var(--ig-primary-700-contrast));--selected-text-color: var(--ig-chip-selected-text-color, var(--ig-primary-700-contrast));--hover-selected-text-color: var(--ig-chip-hover-selected-text-color, var(--ig-primary-700-contrast));--hover-selected-background: var(--ig-chip-hover-selected-background, var(--ig-primary-600));--text-color: var(--ig-chip-text-color, var(--ig-gray-700));--focus-background: var(--ig-chip-focus-background, var(--ig-primary-600));--focus-selected-text-color: var(--ig-chip-focus-selected-text-color, var(--ig-primary-700-contrast));--focus-selected-background: var(--ig-chip-focus-selected-background, var(--ig-primary-800));--ig-theme: fluent}`; //# sourceMappingURL=chip.fluent.css.js.map