UNPKG

vuestic-ui

Version:
32 lines 739 B
:root, :host { --va-select-cursor: pointer; --va-select-dropdown-background: var(--va-background-secondary); --va-select-state-icon-margin-left: 0.25rem; } .va-select-content { display: flex; flex-wrap: wrap; flex: 1; } .va-select-content__autocomplete { flex: 1 1; margin-left: 0.25rem; } .va-select-content__autocomplete:first-child { margin-left: 0; } .va-select-content__placeholder { overflow: hidden !important; flex: 1; line-height: normal; color: var(--va-input-placeholder-text-color); text-overflow: ellipsis !important; white-space: nowrap !important; } .va-select-content__separator { white-space: pre; } .va-select-content__state-icon { margin-left: var(--va-select-state-icon-margin-left); }