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 2.81 kB
import { css } from 'lit'; export const styles = css `:host{--item-hover-background: var(--ig-button-group-item-hover-background, hsla(var(--ig-gray-300), 0.8));--item-hover-text-color: var(--ig-button-group-item-hover-text-color, hsla(var(--ig-gray-800), var(--ig-gray-a)));--default-size: var(--ig-button-group-default-size, 3);--item-icon-color: var(--ig-button-group-item-icon-color, hsla(var(--ig-gray-700), var(--ig-gray-a)));--item-hover-icon-color: var(--ig-button-group-item-hover-icon-color, hsla(var(--ig-gray-800), var(--ig-gray-a)));--item-hover-border-color: var(--ig-button-group-item-hover-border-color, hsla(var(--ig-gray-400), var(--ig-gray-a)));--item-focused-background: var(--ig-button-group-item-focused-background, hsla(var(--ig-gray-700), 0.4));--item-focused-hover-background: var(--ig-button-group-item-focused-hover-background, hsla(var(--ig-gray-500), 0.5));--item-selected-text-color: var(--ig-button-group-item-selected-text-color, hsla(var(--ig-gray-800), var(--ig-gray-a)));--item-selected-icon-color: var(--ig-button-group-item-selected-icon-color, hsla(var(--ig-gray-800), var(--ig-gray-a)));--item-selected-background: var(--ig-button-group-item-selected-background, hsla(var(--ig-gray-400), var(--ig-gray-a)));--item-selected-border-color: var(--ig-button-group-item-selected-border-color, hsla(var(--ig-gray-500), var(--ig-gray-a)));--item-selected-hover-text-color: var(--ig-button-group-item-selected-hover-text-color, hsla(var(--ig-gray-800), var(--ig-gray-a)));--item-selected-hover-icon-color: var(--ig-button-group-item-selected-hover-icon-color, hsla(var(--ig-gray-800), var(--ig-gray-a)));--item-selected-hover-border-color: var(--ig-button-group-item-selected-hover-border-color, hsla(var(--ig-gray-500), var(--ig-gray-a)));--item-selected-hover-background: var(--ig-button-group-item-selected-hover-background, hsla(var(--ig-gray-500), 0.8));--item-selected-focus-background: var(--ig-button-group-item-selected-focus-background, hsla(var(--ig-gray-700), 0.5));--item-selected-focus-hover-background: var(--ig-button-group-item-selected-focus-hover-background, hsla(var(--ig-gray-600), 0.7));--disabled-text-color: var(--ig-button-group-disabled-text-color, hsla(var(--ig-gray-400), var(--ig-gray-a)));--item-disabled-border: var(--ig-button-group-item-disabled-border, hsla(var(--ig-gray-400), var(--ig-gray-a)));--disabled-selected-text-color: var(--ig-button-group-disabled-selected-text-color, hsla(var(--ig-gray-400), var(--ig-gray-a)));--disabled-selected-icon-color: var(--ig-button-group-disabled-selected-icon-color, hsla(var(--ig-gray-400), var(--ig-gray-a)));--disabled-selected-border-color: var(--ig-button-group-disabled-selected-border-color, hsla(var(--ig-gray-400), var(--ig-gray-a)))}`; //# sourceMappingURL=button-group.material.css.js.map