UNPKG

@universal-material/web

Version:
39 lines (35 loc) 631 B
import { css } from 'lit'; export const styles = css ` u-menu { display: block; width: 100%; } u-menu::part(menu) { width: var(--_menu-width); max-width: none; } :host(:not([disabled])) .button { cursor: pointer; } .button { position: absolute; inset: 0; margin: 0; padding: 0; background: transparent; border: none; appearance: none; } select { pointer-events: none; white-space: nowrap; text-overflow: ellipsis; } .list { width: 2px; height: 2px; margin: -1px; overflow: hidden; } `; //# sourceMappingURL=select.styles.js.map