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 296 B
import { css } from 'lit'; export const styles = css `:host([selected]) [part="toggle focused"]{color:var(--item-selected-hover-text-color)}:host([selected]) [part="toggle focused"] ::slotted(igc-icon){color:var(--item-selected-hover-icon-color)}`; //# sourceMappingURL=button.material.css.js.map