@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 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;