quasar-ui-sellmate-ui-kit 3.14.14 → 3.14.16

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.
Files changed (55) hide show
  1. package/dist/index.common.js +2 -2
  2. package/dist/index.css +2868 -2859
  3. package/dist/index.esm.js +2 -2
  4. package/dist/index.min.css +2 -2
  5. package/dist/index.rtl.css +2868 -2859
  6. package/dist/index.rtl.min.css +2 -2
  7. package/dist/index.umd.js +438 -421
  8. package/dist/index.umd.min.js +2 -2
  9. package/package.json +1 -1
  10. package/src/components/InputWithSearchIcon.vue +2 -2
  11. package/src/components/SBadge.vue +5 -5
  12. package/src/components/SBreadcrumbs.vue +26 -30
  13. package/src/components/SButton.vue +7 -4
  14. package/src/components/SButtonGroup.vue +21 -26
  15. package/src/components/SButtonToggle.vue +3 -3
  16. package/src/components/SCaution.vue +92 -98
  17. package/src/components/SCheckbox.vue +86 -87
  18. package/src/components/SChip.vue +63 -63
  19. package/src/components/SDate.vue +15 -15
  20. package/src/components/SDateAutoRangePicker.vue +101 -98
  21. package/src/components/SDatePicker.vue +19 -19
  22. package/src/components/SDateRange.vue +15 -25
  23. package/src/components/SDateRangePicker.vue +19 -20
  24. package/src/components/SDateTimePicker.vue +15 -23
  25. package/src/components/SDialog.vue +145 -169
  26. package/src/components/SDropdown.vue +6 -6
  27. package/src/components/SEditor.vue +2 -2
  28. package/src/components/SFilePicker.vue +10 -10
  29. package/src/components/SHelp.vue +4 -4
  30. package/src/components/SInput.vue +19 -19
  31. package/src/components/SInputNumber.vue +12 -12
  32. package/src/components/SMarkupTable.vue +89 -88
  33. package/src/components/SPagination.vue +11 -11
  34. package/src/components/SRadio.vue +52 -52
  35. package/src/components/SRouteTab.vue +3 -3
  36. package/src/components/SSelect.vue +9 -9
  37. package/src/components/SSelectCheckbox.vue +5 -5
  38. package/src/components/SSelectGroupCheckbox.vue +7 -7
  39. package/src/components/SSelectSearch.vue +2 -2
  40. package/src/components/SSelectSearchCheckbox.vue +5 -5
  41. package/src/components/STab.vue +6 -6
  42. package/src/components/STable.vue +9 -9
  43. package/src/components/STableTree.vue +10 -10
  44. package/src/components/STag.vue +17 -17
  45. package/src/components/STimePicker.vue +9 -9
  46. package/src/components/SToggle.vue +44 -45
  47. package/src/components/STooltip.vue +144 -142
  48. package/src/components/SYearMonthPicker.vue +8 -8
  49. package/src/components/TableTreeNode.vue +4 -4
  50. package/src/components/TimePickerCard.vue +11 -11
  51. package/src/composables/table/use-resizable.js +14 -4
  52. package/src/css/app.scss +24 -8
  53. package/src/css/default.scss +172 -141
  54. package/src/css/extends.scss +34 -13
  55. package/src/css/quasar.variables.scss +133 -121
@@ -20,7 +20,7 @@
20
20
  dense
21
21
  unelevated
22
22
  :ripple="false"
23
- color="Grey_Lighten-4"
23
+ color="grey_20"
24
24
  :icon="minusIcon"
25
25
  @click="minusNumber"
26
26
  />
@@ -29,7 +29,7 @@
29
29
  dense
30
30
  unelevated
31
31
  :ripple="false"
32
- color="Grey_Lighten-4"
32
+ color="grey_20"
33
33
  :icon="plusIcon"
34
34
  @click="plusNumber"
35
35
  />
@@ -96,19 +96,19 @@
96
96
  padding: 0;
97
97
  height: 28px;
98
98
  &:before {
99
- border: 1px solid $Grey_Lighten-1;
99
+ border: 1px solid $grey_55;
100
100
  }
101
101
  &-container {
102
102
  padding: $with-icon-padding;
103
103
  height: $default-height;
104
104
  .q-field__native {
105
- color: $Grey_Darken-4;
105
+ color: $grey_90;
106
106
  padding: 0;
107
107
  font-weight: $default-font-weight;
108
108
  font-size: $default-font;
109
109
  }
110
110
  input::placeholder {
111
- color: $Grey_Lighten-1;
111
+ color: $grey_55;
112
112
  }
113
113
  }
114
114
 
@@ -127,7 +127,7 @@
127
127
  width: 100%;
128
128
  height: 100%;
129
129
  .q-icon {
130
- color: $Grey_Default;
130
+ color: $grey_65;
131
131
  font-size: $default-font;
132
132
  }
133
133
  }
@@ -139,11 +139,11 @@
139
139
  }
140
140
  .q-field__bottom {
141
141
  padding: 8px 0px 0px 0px;
142
- color: $Grey_Darken-1;
142
+ color: $grey_70;
143
143
  font-size: $default-font;
144
144
  .q-field__messages {
145
145
  div[role='alert'] {
146
- color: $Red_Lighten-1;
146
+ color: $red_70;
147
147
  }
148
148
  }
149
149
  }
@@ -164,15 +164,15 @@
164
164
  .q-field--disabled.s-input-number {
165
165
  .q-field__inner {
166
166
  .q-field__control {
167
- background-color: $Grey_Lighten-4 !important;
168
- color: $Grey_Default !important;
167
+ background-color: $grey_20 !important;
168
+ color: $grey_65 !important;
169
169
  &:before {
170
- border: 1px solid $Grey_Lighten-2;
170
+ border: 1px solid $grey_45;
171
171
  }
172
172
  &-container {
173
173
  opacity: 1 !important;
174
174
  .q-field__native {
175
- color: $Grey_Default;
175
+ color: $grey_65;
176
176
  }
177
177
  }
178
178
  .q-field__append {
@@ -22,121 +22,122 @@
22
22
  </template>
23
23
 
24
24
  <script>
25
- import { defineComponent } from 'vue';
26
- import { QMarkupTable, QInnerLoading } from 'quasar';
25
+ import { defineComponent } from 'vue';
26
+ import { QMarkupTable, QInnerLoading } from 'quasar';
27
27
 
28
- export default defineComponent({
29
- name: 'SMarkupTable',
30
- components: {
31
- QMarkupTable, QInnerLoading,
32
- },
33
- props: {
34
- separator: {
35
- type: String,
36
- default: 'Horizontal',
28
+ export default defineComponent({
29
+ name: 'SMarkupTable',
30
+ components: {
31
+ QMarkupTable,
32
+ QInnerLoading,
37
33
  },
38
- header: {
39
- type: String,
40
- default: 'top',
34
+ props: {
35
+ separator: {
36
+ type: String,
37
+ default: 'Horizontal',
38
+ },
39
+ header: {
40
+ type: String,
41
+ default: 'top',
42
+ },
43
+ noHover: {
44
+ type: Boolean,
45
+ default: false,
46
+ },
41
47
  },
42
- noHover: {
43
- type: Boolean,
44
- default: false,
48
+ setup() {
49
+ return {};
45
50
  },
46
- },
47
- setup() {
48
- return {};
49
- },
50
- });
51
+ });
51
52
  </script>
52
53
 
53
54
  <style lang="scss" scoped>
54
- @import "../css/quasar.variables.scss";
55
+ @import '../css/quasar.variables.scss';
55
56
 
56
- .s-markup-table {
57
- border-radius: 8px !important;
58
- border: 1px solid $Grey_Lighten-3;
59
- :deep(>.q-table) {
60
- > thead {
61
- min-height: 0;
62
- > tr {
63
- height: $table-tr-height;
64
- > th {
65
- padding: $table-th-padding ;
66
- font-size: $default-font;
67
- font-weight: $font-weight-md;
68
- word-break: keep-all;
69
- white-space: nowrap;
57
+ .s-markup-table {
58
+ border-radius: 8px !important;
59
+ border: 1px solid $grey_30;
60
+ :deep(> .q-table) {
61
+ > thead {
62
+ min-height: 0;
63
+ > tr {
64
+ height: $table-tr-height;
65
+ > th {
66
+ padding: $table-th-padding;
67
+ font-size: $default-font;
68
+ font-weight: $font-weight-md;
69
+ word-break: keep-all;
70
+ white-space: nowrap;
71
+ }
70
72
  }
71
73
  }
72
- }
73
- > tbody {
74
- > tr {
75
- min-height: 0px;
76
- height: $table-tr-height;
77
- > th {
78
- font-size: $default-font;
79
- }
80
- > td {
74
+ > tbody {
75
+ > tr {
76
+ min-height: 0px;
81
77
  height: $table-tr-height;
82
- padding: $table-td-padding;
83
- font-size: $default-font;
84
- &:before{
85
- background:none;
78
+ > th {
79
+ font-size: $default-font;
80
+ }
81
+ > td {
82
+ height: $table-tr-height;
83
+ padding: $table-td-padding;
84
+ font-size: $default-font;
85
+ &:before {
86
+ background: none;
87
+ }
88
+ }
89
+ &:hover {
90
+ background-color: $grey_05;
86
91
  }
87
- }
88
- &:hover {
89
- background-color: $Grey_Lighten-6;
90
92
  }
91
93
  }
92
94
  }
93
95
  }
94
- }
95
- .s-markup-table.header-top {
96
- :deep(>.q-table) {
97
- thead {
98
- background: $th-bg;
96
+ .s-markup-table.header-top {
97
+ :deep(> .q-table) {
98
+ thead {
99
+ background: $th-bg;
100
+ }
99
101
  }
100
102
  }
101
- }
102
- .s-markup-table.header-left {
103
- :deep(>.q-table) {
104
- > tbody {
105
- > tr {
106
- > th {
107
- background: $th-bg;
108
- font-weight: $font-weight-lg;
109
- border-bottom: 1px solid $Grey_Lighten-3;
110
- padding: 0 16px;
111
- &:not(:first-of-type) {
112
- border-left: 1px solid $Grey_Lighten-3;
113
- }
114
- }
115
- > th:not(:first-of-type) {
116
- border-left: 1px solid $Grey_Lighten-3;
117
- }
118
- &:last-of-type {
103
+ .s-markup-table.header-left {
104
+ :deep(> .q-table) {
105
+ > tbody {
106
+ > tr {
119
107
  > th {
120
- border-bottom: none;
108
+ background: $th-bg;
109
+ font-weight: $font-weight-lg;
110
+ border-bottom: 1px solid $grey_30;
111
+ padding: 0 16px;
112
+ &:not(:first-of-type) {
113
+ border-left: 1px solid $grey_30;
114
+ }
115
+ }
116
+ > th:not(:first-of-type) {
117
+ border-left: 1px solid $grey_30;
118
+ }
119
+ &:last-of-type {
120
+ > th {
121
+ border-bottom: none;
122
+ }
123
+ }
124
+ > td {
125
+ padding: 0 12px;
121
126
  }
122
- }
123
- > td {
124
- padding: 0 12px;
125
127
  }
126
128
  }
127
129
  }
128
130
  }
129
- }
130
- .s-markup-table.tr-no-hover {
131
- :deep(>.q-table) {
132
- > tbody {
133
- > tr:hover {
134
- background-color: transparent;
135
- > td:before {
131
+ .s-markup-table.tr-no-hover {
132
+ :deep(> .q-table) {
133
+ > tbody {
134
+ > tr:hover {
136
135
  background-color: transparent;
136
+ > td:before {
137
+ background-color: transparent;
138
+ }
137
139
  }
138
140
  }
139
141
  }
140
142
  }
141
- }
142
143
  </style>
@@ -15,7 +15,7 @@
15
15
  type="button"
16
16
  align="center"
17
17
  class="bg-transparent first-btn"
18
- text-color="Grey_Darken-2"
18
+ text-color="grey_80"
19
19
  :icon="paginationFirstIcon"
20
20
  @click="updateModelValue('goFirst')"
21
21
  />
@@ -28,7 +28,7 @@
28
28
  type="button"
29
29
  align="center"
30
30
  class="left-btn"
31
- text-color="Grey_Darken-2"
31
+ text-color="grey_80"
32
32
  :icon="paginationLeftIcon"
33
33
  @click="updateModelValue('goLeft')"
34
34
  />
@@ -44,7 +44,7 @@
44
44
  unelevated
45
45
  :ripple="false"
46
46
  :label="pageNumber"
47
- text-color="Grey_Darken-2"
47
+ text-color="grey_80"
48
48
  type="button"
49
49
  align="center"
50
50
  @click="perPage > 1 ? updateModelValue(pageNumber) : null"
@@ -72,7 +72,7 @@
72
72
  type="button"
73
73
  align="center"
74
74
  class="right-btn"
75
- text-color="Grey_Darken-2"
75
+ text-color="grey_80"
76
76
  :icon="paginationRightIcon"
77
77
  @click="updateModelValue('goRight')"
78
78
  />
@@ -85,7 +85,7 @@
85
85
  type="button"
86
86
  align="center"
87
87
  class="last-btn"
88
- text-color="Grey_Darken-2"
88
+ text-color="grey_80"
89
89
  :icon="paginationLastIcon"
90
90
  @click="updateModelValue('goLast')"
91
91
  />
@@ -233,7 +233,7 @@
233
233
  justify-content: center;
234
234
  &:hover {
235
235
  &:before {
236
- border: 1px solid $Blue_B_Lighten-1;
236
+ border: 1px solid $oceanblue_70;
237
237
  }
238
238
  .q-focus-helper {
239
239
  opacity: 0 !important;
@@ -244,10 +244,10 @@
244
244
  }
245
245
  .q-btn__content {
246
246
  .q-icon {
247
- color: $Blue_B_Lighten-1;
247
+ color: $oceanblue_70;
248
248
  }
249
249
  > span {
250
- color: $Blue_B_Lighten-1;
250
+ color: $oceanblue_70;
251
251
  }
252
252
  }
253
253
  }
@@ -286,7 +286,7 @@
286
286
  }
287
287
  .pagination-active-btn {
288
288
  &:before {
289
- background: $Blue_B_Lighten-1 !important;
289
+ background: $oceanblue_70 !important;
290
290
  }
291
291
  .q-btn__content {
292
292
  > span {
@@ -302,10 +302,10 @@
302
302
  }
303
303
  .q-btn__content {
304
304
  .q-icon {
305
- color: $Grey_Default;
305
+ color: $grey_65;
306
306
  }
307
307
  > span {
308
- color: $Grey_Default;
308
+ color: $grey_65;
309
309
  }
310
310
  }
311
311
  }
@@ -9,70 +9,70 @@
9
9
  </template>
10
10
 
11
11
  <script>
12
- import { QRadio } from 'quasar';
13
- import { defineComponent } from 'vue';
12
+ import { QRadio } from 'quasar';
13
+ import { defineComponent } from 'vue';
14
14
 
15
- export default defineComponent({
16
- name: 'SRadio',
17
- components: {
18
- QRadio,
19
- },
20
- props: {
21
- length: Number,
22
- },
23
- });
15
+ export default defineComponent({
16
+ name: 'SRadio',
17
+ components: {
18
+ QRadio,
19
+ },
20
+ props: {
21
+ length: Number,
22
+ },
23
+ });
24
24
  </script>
25
25
 
26
26
  <style lang="scss">
27
- @import '../css/quasar.variables.scss';
27
+ @import '../css/quasar.variables.scss';
28
28
 
29
- .s-radio {
30
- & > .q-radio__inner {
31
- min-width: $default-icon-size;
32
- width: $default-icon-size;
33
- height: $default-icon-size;
34
- color: $Grey_Default;
35
- &:before {
36
- opacity: 0 !important;
29
+ .s-radio {
30
+ & > .q-radio__inner {
31
+ min-width: $default-icon-size;
32
+ width: $default-icon-size;
33
+ height: $default-icon-size;
34
+ color: $grey_65;
35
+ &:before {
36
+ opacity: 0 !important;
37
+ }
38
+ &:hover {
39
+ color: $positive;
40
+ }
37
41
  }
38
- &:hover {
39
- color: $positive;
42
+ .q-radio__label {
43
+ padding-left: $default-icon-margin;
44
+ color: $grey_90;
45
+ line-height: $default-content-height;
40
46
  }
41
- }
42
- .q-radio__label {
43
- padding-left: $default-icon-margin;
44
- color: $Grey_Darken-4;
45
- line-height: $default-content-height;
46
- }
47
- &[aria-checked="true"] {
48
- .q-radio__inner {
49
- .q-radio__bg {
50
- .q-radio__check {
51
- transform: scale3d(1.2, 1.2, 1);
47
+ &[aria-checked='true'] {
48
+ .q-radio__inner {
49
+ .q-radio__bg {
50
+ .q-radio__check {
51
+ transform: scale3d(1.2, 1.2, 1);
52
+ }
52
53
  }
53
54
  }
54
55
  }
55
56
  }
56
- }
57
- .disabled.s-radio {
58
- opacity: 1 !important;
59
- border: none;
60
- background: none !important;
61
- .q-radio__inner {
62
- color: $Grey_Lighten-2 !important;
63
- background: $Grey_Lighten-4;
57
+ .disabled.s-radio {
58
+ opacity: 1 !important;
59
+ border: none;
60
+ background: none !important;
61
+ .q-radio__inner {
62
+ color: $grey_45 !important;
63
+ background: $grey_20;
64
+ }
64
65
  }
65
- }
66
- .radio-margin-sm {
67
- margin-right: 20px;
68
- &:last-of-type {
69
- margin-right: 0;
66
+ .radio-margin-sm {
67
+ margin-right: 20px;
68
+ &:last-of-type {
69
+ margin-right: 0;
70
+ }
70
71
  }
71
- }
72
- .radio-margin-lg {
73
- margin-right: 40px;
74
- &:last-of-type {
75
- margin-right: 0;
72
+ .radio-margin-lg {
73
+ margin-right: 40px;
74
+ &:last-of-type {
75
+ margin-right: 0;
76
+ }
76
77
  }
77
- }
78
78
  </style>
@@ -30,10 +30,10 @@
30
30
  .s-route-tab {
31
31
  padding: $tab-padding;
32
32
  border-radius: $button-border-radius $button-border-radius 0 0;
33
- border: 1px solid $Grey_Lighten-2;
33
+ border: 1px solid $grey_45;
34
34
  border-bottom: 1px solid $positive;
35
- background: $Grey_Lighten-5;
36
- color: $Grey_Default;
35
+ background: $grey_10;
36
+ color: $grey_65;
37
37
  min-height: 0;
38
38
  .q-tab__content {
39
39
  padding: 0;
@@ -220,19 +220,19 @@
220
220
  &.q-field--disabled {
221
221
  .q-field__control > .q-field__prepend {
222
222
  opacity: 1 !important;
223
- border-right: 1px solid $Grey_Lighten-2;
223
+ border-right: 1px solid $grey_45;
224
224
  }
225
225
  }
226
226
 
227
227
  .q-field__prepend {
228
- background-color: $Grey_Lighten-5;
228
+ background-color: $grey_10;
229
229
  height: auto;
230
- border-right: 1px solid $Grey_Lighten-1;
230
+ border-right: 1px solid $grey_55;
231
231
  padding: $button-padding-sm;
232
232
  .include-label {
233
233
  font-size: $default-font;
234
234
  font-weight: $default-font-weight;
235
- color: $Grey_Darken-4;
235
+ color: $grey_90;
236
236
  }
237
237
  }
238
238
  }
@@ -246,7 +246,7 @@
246
246
  min-height: 0;
247
247
  height: $default-height;
248
248
  padding: $select-padding !important;
249
- color: $Grey_Darken-4;
249
+ color: $grey_90;
250
250
  white-space: nowrap;
251
251
  overflow: hidden;
252
252
  text-overflow: ellipsis;
@@ -276,12 +276,12 @@
276
276
  @extend %select-menu-list;
277
277
  .group-title {
278
278
  opacity: 1 !important;
279
- background: $Grey_Lighten-5 !important;
279
+ background: $grey_10 !important;
280
280
  border: none;
281
- border-top: 1px solid $Grey_Lighten-3;
281
+ border-top: 1px solid $grey_30;
282
282
  .q-item__section {
283
283
  .q-item__label {
284
- color: $Grey_Darken-4 !important;
284
+ color: $grey_90 !important;
285
285
  }
286
286
  }
287
287
  }
@@ -291,7 +291,7 @@
291
291
  background: white !important;
292
292
  border: none !important;
293
293
  .q-item__section {
294
- color: $Grey_Lighten-1 !important;
294
+ color: $grey_55 !important;
295
295
  }
296
296
  }
297
297
  }
@@ -29,7 +29,7 @@
29
29
  <q-item-section side v-if="!opt.disable">
30
30
  <s-checkbox :modelValue="selected" @update:modelValue="toggleOption(opt)" />
31
31
  </q-item-section>
32
- <q-item-section v-if="opt[optionGroup]" class="text-Grey_Darken-4 group-title">
32
+ <q-item-section v-if="opt[optionGroup]" class="text-grey_90 group-title">
33
33
  {{ opt[optionGroup] }}
34
34
  </q-item-section>
35
35
  <q-item-section avatar v-if="opt.logo">
@@ -203,7 +203,7 @@
203
203
  height: $default-height;
204
204
  width: 100%;
205
205
  padding: $select-padding !important;
206
- color: $Grey_Darken-4;
206
+ color: $grey_90;
207
207
  white-space: nowrap;
208
208
  overflow: hidden;
209
209
  text-overflow: ellipsis;
@@ -221,10 +221,10 @@
221
221
  > .q-virtual-scroll__content {
222
222
  > .q-item.disabled {
223
223
  border: none;
224
- color: $Grey_Darken-4 !important;
224
+ color: $grey_90 !important;
225
225
  opacity: 1 !important;
226
- background: $Grey_Lighten-5 !important;
227
- border-top: 1px solid $Grey_Lighten-3 !important;
226
+ background: $grey_10 !important;
227
+ border-top: 1px solid $grey_30 !important;
228
228
  &:not(.q-manual-focusable):first-of-type {
229
229
  border-top: none !important;
230
230
  }
@@ -27,7 +27,7 @@
27
27
  </div>
28
28
  <q-item v-if="options.length === filteredOptions.length" dense class="total-opt flex">
29
29
  <q-item-section
30
- class="s-px-sm s-py-xxs flex row s-gap-10 justify-start text-Grey_Darken-4 cursor-pointer"
30
+ class="s-px-sm s-py-xxs flex row s-gap-10 justify-start text-grey_90 cursor-pointer"
31
31
  @click="toggleTotalOption(!isAllChecked)"
32
32
  >
33
33
  <s-checkbox :model-value="isAllChecked" @update:model-value="toggleTotalOption" />
@@ -38,7 +38,7 @@
38
38
  <template #option="{ opt }">
39
39
  <q-item dense class="flex grouping-opt">
40
40
  <q-item-section
41
- class="s-px-sm s-py-xxs flex row justify-start text-Grey_Darken-4 cursor-pointer"
41
+ class="s-px-sm s-py-xxs flex row justify-start text-grey_90 cursor-pointer"
42
42
  :class="opt[optionGroup] ? 'group-title' : 'group-content'"
43
43
  @click="toggleItem(opt)"
44
44
  ><s-checkbox v-model="model" :val="opt" @update:model-value="updateItem(opt)" />{{
@@ -295,7 +295,7 @@
295
295
  height: $default-height;
296
296
  width: 100%;
297
297
  padding: $select-padding !important;
298
- color: $Grey_Darken-4;
298
+ color: $grey_90;
299
299
  white-space: nowrap;
300
300
  overflow: hidden;
301
301
  text-overflow: ellipsis;
@@ -322,7 +322,7 @@
322
322
  > .q-virtual-scroll__content {
323
323
  > .q-item.grouping-opt {
324
324
  border: none;
325
- color: $Grey_Darken-4 !important;
325
+ color: $grey_90 !important;
326
326
  opacity: 1 !important;
327
327
  height: auto;
328
328
  padding: 0;
@@ -336,9 +336,9 @@
336
336
  }
337
337
  }
338
338
  > .group-title {
339
- background-color: $Grey_Lighten-5;
339
+ background-color: $grey_10;
340
340
  padding: 6px 12px;
341
- border-top: 1px solid $Grey_Lighten-3 !important;
341
+ border-top: 1px solid $grey_30 !important;
342
342
  line-height: 20px;
343
343
  font-weight: 700;
344
344
  &:first-of-type {
@@ -355,7 +355,7 @@
355
355
  }
356
356
  .q-item:not(.s-select-no-option) {
357
357
  &:hover {
358
- background-color: $Blue_C_Default !important;
358
+ background-color: $brilliantblue_75 !important;
359
359
  .q-item__section:not(.group-title) {
360
360
  color: white !important;
361
361
  .q-checkbox[aria-checked='true'] {
@@ -235,7 +235,7 @@
235
235
  height: $default-height;
236
236
  width: 100%;
237
237
  padding: $select-padding !important;
238
- color: $Grey_Darken-4;
238
+ color: $grey_90;
239
239
  white-space: nowrap;
240
240
  overflow: hidden;
241
241
  text-overflow: ellipsis;
@@ -270,6 +270,6 @@
270
270
  .disabled.s-select-option {
271
271
  border: none;
272
272
  background: none !important;
273
- color: $Grey_Default !important;
273
+ color: $grey_65 !important;
274
274
  }
275
275
  </style>