UNPKG

vuestic-ui

Version:
9 lines (8 loc) 1.09 kB
import { _ as _sfc_main } from "./VaDropdown.vue_vue_type_script_lang.js"; import { _ as _export_sfc } from "../../../plugin-vue_export-helper.js"; const _style_0 = ":root,\n:host {\n --va-dropdown-line-height: 1;\n --va-dropdown-content-wrapper-z-index: var(--va-z-index-teleport-overlay, 9);\n --va-dropdown-display: inline-flex;\n}\n.va-dropdown.va-headless-wrapper {\n /* Solved the alignment problem (if we try to align inline and block elements) */\n line-height: var(--va-dropdown-line-height);\n display: var(--va-dropdown-display);\n max-width: 100%;\n vertical-align: middle;\n}\n.va-dropdown--disabled {\n cursor: default;\n opacity: 0.4;\n -webkit-user-select: none;\n -moz-user-select: none;\n user-select: none;\n}\n.va-dropdown__content-wrapper {\n z-index: var(--va-dropdown-content-wrapper-z-index);\n font-family: var(--va-font-family);\n top: 0;\n left: 0;\n position: absolute;\n}"; const _VaDropdown = /* @__PURE__ */ _export_sfc(_sfc_main, [["styles", [_style_0]]]); export { _VaDropdown as _ }; //# sourceMappingURL=VaDropdown.js.map