@universal-material/web
Version:
Material web components
17 lines (16 loc) • 324 B
JavaScript
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