quasar-ui-sellmate-ui-kit 3.14.42 → 3.14.43

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "quasar-ui-sellmate-ui-kit",
3
- "version": "3.14.42",
3
+ "version": "3.14.43",
4
4
  "author": "Sellmate Dev Team <dev@sellmate.co.kr>",
5
5
  "description": "Sellmate UI Kit",
6
6
  "license": "MIT",
@@ -321,37 +321,33 @@
321
321
 
322
322
  .q-item--active.q-manual-focusable--focused {
323
323
  color: $brilliantblue_75 !important;
324
+ font-weight: 700 !important;
324
325
  }
325
326
 
326
327
  .q-virtual-scroll__content .custom-select-options {
328
+ min-height: $default-height;
329
+ height: auto !important;
327
330
  &.custom-select-options--selected,
328
331
  &:hover {
329
332
  background-color: $brilliantblue_75 !important;
330
333
  color: white !important;
331
334
  }
335
+ .q-item__section {
336
+ display: block;
337
+ white-space: normal;
338
+ overflow: visible;
339
+ text-overflow: unset;
340
+ word-break: break-all;
341
+ }
342
+ }
343
+ .disabled.s-select-option {
344
+ border: none;
345
+ background: none !important;
346
+ color: $grey_65 !important;
347
+ }
348
+ &.menu-fixed {
349
+ max-width: var(--dynamic-width) !important;
350
+ width: var(--dynamic-width) !important;
332
351
  }
333
- }
334
- .custom-select-options {
335
- min-height: $default-height;
336
- height: auto !important;
337
- }
338
-
339
- .disabled.s-select-option {
340
- border: none;
341
- background: none !important;
342
- color: $grey_65 !important;
343
- }
344
-
345
- .q-item__section {
346
- display: block;
347
- white-space: normal;
348
- overflow: visible;
349
- text-overflow: unset;
350
- word-break: break-all;
351
- }
352
-
353
- .menu-fixed {
354
- max-width: var(--dynamic-width) !important;
355
- width: var(--dynamic-width) !important;
356
352
  }
357
353
  </style>