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 328 B
import { css } from 'lit'; export const styles = css `:host([elevated]:hover)::after,:host([elevated]:focus-within)::after{position:absolute;content:"";width:100%;height:100%;transition:box-shadow .1s ease-out;box-shadow:inset 0 0 0 .125rem var(--outline-color);pointer-events:none}`; //# sourceMappingURL=card.fluent.css.js.map