@quidgest/ui 0.16.12 → 0.16.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/ui.css +5 -0
- package/dist/ui.esm.js +2464 -2451
- package/dist/ui.js +5 -5
- package/dist/ui.min.css +1 -1
- package/dist/ui.min.js +23 -23
- package/dist/ui.scss +6 -1
- package/esm/components/QAccordion/QAccordionItem.vue.js +13 -15
- package/esm/components/QSelect/QSelect.d.ts.map +1 -1
- package/esm/components/QSelect/QSelect.vue.js +133 -118
- package/package.json +1 -1
package/dist/ui.css
CHANGED
|
@@ -3942,6 +3942,11 @@ body *::-webkit-scrollbar-track {
|
|
|
3942
3942
|
font-style: italic;
|
|
3943
3943
|
color: var(--q-theme-neutral);
|
|
3944
3944
|
}
|
|
3945
|
+
.q-select__input {
|
|
3946
|
+
width: 0;
|
|
3947
|
+
opacity: 0;
|
|
3948
|
+
cursor: inherit;
|
|
3949
|
+
}
|
|
3945
3950
|
.q-select .q-field__prepend {
|
|
3946
3951
|
padding-left: 0.5rem;
|
|
3947
3952
|
padding-right: 0.5rem;
|