@synergy-design-system/components
Version:
This package provides the base of the Synergy Design System as native web components. It uses [lit](https://www.lit.dev) and parts of [shoelace](https://shoelace.style/). Synergy officially supports the latest two versions of all major browsers (as define
24 lines (19 loc) • 532 B
JavaScript
import {
option_size_styles_default
} from "./chunk.QC7X32ZP.js";
// src/components/combobox/combobox.custom.styles.ts
import { css } from "lit";
var combobox_custom_styles_default = css`
.combobox:not(.combobox--disabled) .combobox__display-input {
cursor: text;
}
.listbox__options ::slotted(syn-option[hidden]),
.listbox__options ::slotted(syn-optgroup[hidden]) {
display: none;
}
${option_size_styles_default}
`;
export {
combobox_custom_styles_default
};
//# sourceMappingURL=chunk.EWVMF6KH.js.map