UNPKG

@universal-material/web

Version:
17 lines (16 loc) 324 B
import { css } from 'lit'; export const styles = css ` :host(:not([disabled])) .container { cursor: pointer; } .button { position: absolute; inset: 0; margin: 0; padding: 0; background: transparent; border: none; appearance: none; } `; //# sourceMappingURL=button-field.styles.js.map