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 865 B
import { css } from 'lit'; export const styles = css `:host{--fill-color: var(--ig-radio-fill-color, var(--ig-secondary-500));--focus-outline-color: var(--ig-radio-focus-outline-color, transparent);--fill-hover-border-color: var(--ig-radio-fill-hover-border-color, var(--ig-secondary-500));--empty-color: var(--ig-radio-empty-color, var(--ig-gray-600));--fill-color-hover: var(--ig-radio-fill-color-hover, var(--ig-secondary-500));--error-color-hover: var(--ig-radio-error-color-hover, var(--ig-error-500));--ig-theme: material}[part~=base]:hover [part~=ripple],[part~=base]:hover [part~="ripple checked"]{opacity:.12}[part~=base]:focus-visible [part=ripple],[part~=base]:focus-visible [part="ripple checked"],[part~=base][part~=focused] [part=ripple],[part~=base][part~=focused] [part="ripple checked"]{opacity:.24}`; //# sourceMappingURL=radio.material.css.js.map