quasar-ui-sellmate-ui-kit 3.14.20 → 3.14.21

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.20",
3
+ "version": "3.14.21",
4
4
  "author": "Sellmate Dev Team <dev@sellmate.co.kr>",
5
5
  "description": "Sellmate UI Kit",
6
6
  "license": "MIT",
@@ -288,34 +288,34 @@
288
288
  max-height: $default-height;
289
289
  }
290
290
  }
291
- }
292
291
 
293
- .s-select-opts {
294
- @extend %select-menu-list;
295
- max-height: 252px;
296
- .search-input-form-container {
297
- position: sticky;
298
- top: 0px;
299
- padding: 4px;
300
- z-index: 1;
301
- background-color: white;
302
- }
303
- &--scroll {
292
+ .s-select-opts {
293
+ @extend %select-menu-list;
294
+ max-height: 252px;
304
295
  .search-input-form-container {
305
- box-shadow: 2px 2px 8px 2px #00000033;
296
+ position: sticky;
297
+ top: 0px;
298
+ padding: 4px;
299
+ z-index: 1;
300
+ background-color: white;
301
+ }
302
+ &--scroll {
303
+ .search-input-form-container {
304
+ box-shadow: 2px 2px 8px 2px #00000033;
305
+ }
306
306
  }
307
- }
308
307
 
309
- .q-virtual-scroll__content .q-manual-focusable--focused {
310
- background-color: transparent !important;
311
- color: $grey_90 !important;
312
- }
308
+ .q-virtual-scroll__content .q-manual-focusable--focused {
309
+ background-color: transparent !important;
310
+ color: $grey_90 !important;
311
+ }
313
312
 
314
- .q-virtual-scroll__content .custom-select-options {
315
- &.custom-select-options--selected,
316
- &:hover {
317
- background-color: $brilliantblue_75 !important;
318
- color: white !important;
313
+ .q-virtual-scroll__content .custom-select-options {
314
+ &.custom-select-options--selected,
315
+ &:hover {
316
+ background-color: $brilliantblue_75 !important;
317
+ color: white !important;
318
+ }
319
319
  }
320
320
  }
321
321
  }