vuetify 3.1.1 → 3.1.3
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/json/attributes.json +495 -483
- package/dist/json/importMap.json +58 -58
- package/dist/json/tags.json +4 -1
- package/dist/json/web-types.json +892 -839
- package/dist/vuetify-labs.css +356 -346
- package/dist/vuetify-labs.d.ts +257 -179
- package/dist/vuetify-labs.esm.js +432 -278
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +431 -277
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +94 -84
- package/dist/vuetify.d.ts +261 -194
- package/dist/vuetify.esm.js +346 -242
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +345 -241
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +731 -721
- package/dist/vuetify.min.js.map +1 -1
- package/lib/blueprints/index.d.ts +2 -2
- package/lib/blueprints/md1.d.ts +2 -2
- package/lib/blueprints/md2.d.ts +2 -2
- package/lib/blueprints/md3.d.ts +2 -2
- package/lib/components/VAutocomplete/VAutocomplete.mjs +4 -2
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/index.d.ts +43 -20
- package/lib/components/VBtn/VBtn.mjs +16 -5
- package/lib/components/VBtn/VBtn.mjs.map +1 -1
- package/lib/components/VCard/VCard.mjs +5 -2
- package/lib/components/VCard/VCard.mjs.map +1 -1
- package/lib/components/VCard/index.d.ts +8 -2
- package/lib/components/VChip/VChip.mjs +18 -4
- package/lib/components/VChip/VChip.mjs.map +1 -1
- package/lib/components/VChip/index.d.ts +15 -2
- package/lib/components/VChipGroup/VChipGroup.mjs +1 -0
- package/lib/components/VChipGroup/VChipGroup.mjs.map +1 -1
- package/lib/components/VCombobox/VCombobox.mjs +5 -4
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/index.d.ts +43 -20
- package/lib/components/VDefaultsProvider/index.d.ts +5 -4
- package/lib/components/VDialog/VDialog.mjs +6 -5
- package/lib/components/VDialog/VDialog.mjs.map +1 -1
- package/lib/components/VDialog/index.d.ts +57 -34
- package/lib/components/VDivider/VDivider.mjs +6 -6
- package/lib/components/VDivider/VDivider.mjs.map +1 -1
- package/lib/components/VField/VField.mjs +28 -26
- package/lib/components/VField/VField.mjs.map +1 -1
- package/lib/components/VFileInput/VFileInput.css +1 -0
- package/lib/components/VFileInput/VFileInput.mjs +7 -4
- package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
- package/lib/components/VFileInput/VFileInput.sass +1 -0
- package/lib/components/VForm/index.d.ts +0 -3
- package/lib/components/VGrid/VGrid.css +5 -0
- package/lib/components/VGrid/VGrid.sass +5 -0
- package/lib/components/VList/VList.mjs +4 -1
- package/lib/components/VList/VList.mjs.map +1 -1
- package/lib/components/VList/VListItem.css +1 -1
- package/lib/components/VList/VListItem.mjs +34 -20
- package/lib/components/VList/VListItem.mjs.map +1 -1
- package/lib/components/VList/VListItem.sass +1 -1
- package/lib/components/VList/index.d.ts +20 -1
- package/lib/components/VMenu/VMenu.mjs +6 -5
- package/lib/components/VMenu/VMenu.mjs.map +1 -1
- package/lib/components/VMenu/index.d.ts +57 -34
- package/lib/components/VNavigationDrawer/VNavigationDrawer.css +4 -0
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +1 -1
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
- package/lib/components/VNavigationDrawer/VNavigationDrawer.sass +4 -0
- package/lib/components/VNavigationDrawer/index.d.ts +3 -3
- package/lib/components/VNavigationDrawer/touch.mjs +7 -6
- package/lib/components/VNavigationDrawer/touch.mjs.map +1 -1
- package/lib/components/VOverlay/index.d.ts +34 -11
- package/lib/components/VOverlay/locationStrategies.mjs +40 -29
- package/lib/components/VOverlay/locationStrategies.mjs.map +1 -1
- package/lib/components/VOverlay/scrollStrategies.mjs +25 -16
- package/lib/components/VOverlay/scrollStrategies.mjs.map +1 -1
- package/lib/components/VPagination/VPagination.mjs +1 -1
- package/lib/components/VPagination/VPagination.mjs.map +1 -1
- package/lib/components/VProgressLinear/VProgressLinear.mjs +13 -1
- package/lib/components/VProgressLinear/VProgressLinear.mjs.map +1 -1
- package/lib/components/VProgressLinear/index.d.ts +18 -0
- package/lib/components/VSelect/VSelect.mjs +4 -4
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelect/index.d.ts +43 -20
- package/lib/components/VSlider/VSliderThumb.mjs +5 -1
- package/lib/components/VSlider/VSliderThumb.mjs.map +1 -1
- package/lib/components/VSnackbar/index.d.ts +42 -19
- package/lib/components/VTable/VTable.css +4 -4
- package/lib/components/VTable/VTable.sass +2 -2
- package/lib/components/VTooltip/VTooltip.mjs +4 -3
- package/lib/components/VTooltip/VTooltip.mjs.map +1 -1
- package/lib/components/VTooltip/index.d.ts +57 -34
- package/lib/components/index.d.ts +247 -179
- package/lib/composables/defaults.mjs +1 -1
- package/lib/composables/defaults.mjs.map +1 -1
- package/lib/composables/filter.mjs +3 -3
- package/lib/composables/filter.mjs.map +1 -1
- package/lib/composables/form.mjs +0 -1
- package/lib/composables/form.mjs.map +1 -1
- package/lib/composables/teleport.mjs +6 -7
- package/lib/composables/teleport.mjs.map +1 -1
- package/lib/composables/toggleScope.mjs +14 -7
- package/lib/composables/toggleScope.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.ts +17 -17
- package/lib/labs/VDataTable/VDataTable.mjs +10 -6
- package/lib/labs/VDataTable/VDataTable.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableGroupHeaderRow.mjs +3 -3
- package/lib/labs/VDataTable/VDataTableGroupHeaderRow.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableRows.mjs +36 -8
- package/lib/labs/VDataTable/VDataTableRows.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableServer.mjs +23 -10
- package/lib/labs/VDataTable/VDataTableServer.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableVirtual.mjs +6 -2
- package/lib/labs/VDataTable/VDataTableVirtual.mjs.map +1 -1
- package/lib/labs/VDataTable/composables/group.mjs +9 -4
- package/lib/labs/VDataTable/composables/group.mjs.map +1 -1
- package/lib/labs/VDataTable/composables/options.mjs +4 -2
- package/lib/labs/VDataTable/composables/options.mjs.map +1 -1
- package/lib/labs/VDataTable/composables/sort.mjs +3 -5
- package/lib/labs/VDataTable/composables/sort.mjs.map +1 -1
- package/lib/labs/VDataTable/index.d.ts +11 -0
- package/lib/labs/components.d.ts +11 -0
- package/lib/locale/adapters/vue-i18n.mjs +12 -2
- package/lib/locale/adapters/vue-i18n.mjs.map +1 -1
- package/lib/locale/en.mjs +2 -2
- package/lib/locale/en.mjs.map +1 -1
- package/lib/locale/sv.mjs +7 -7
- package/lib/locale/sv.mjs.map +1 -1
- package/lib/util/defineComponent.mjs +21 -18
- package/lib/util/defineComponent.mjs.map +1 -1
- package/lib/util/helpers.mjs +5 -1
- package/lib/util/helpers.mjs.map +1 -1
- package/package.json +2 -2
package/dist/vuetify.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Vuetify v3.1.
|
|
2
|
+
* Vuetify v3.1.3
|
|
3
3
|
* Forged by John Leider
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -20524,6 +20524,11 @@ html.overflow-y-hidden {
|
|
|
20524
20524
|
.v-container--fluid {
|
|
20525
20525
|
max-width: 100%;
|
|
20526
20526
|
}
|
|
20527
|
+
.v-container.fill-height {
|
|
20528
|
+
align-items: center;
|
|
20529
|
+
display: flex;
|
|
20530
|
+
flex-wrap: wrap;
|
|
20531
|
+
}
|
|
20527
20532
|
|
|
20528
20533
|
.v-row {
|
|
20529
20534
|
display: flex;
|
|
@@ -22253,6 +22258,7 @@ textarea.v-field__input::placeholder {
|
|
|
22253
22258
|
position: absolute;
|
|
22254
22259
|
top: 0;
|
|
22255
22260
|
width: 100%;
|
|
22261
|
+
z-index: 1;
|
|
22256
22262
|
}
|
|
22257
22263
|
.v-file-input .v-chip {
|
|
22258
22264
|
margin-top: 2px;
|
|
@@ -22936,7 +22942,7 @@ textarea.v-field__input::placeholder {
|
|
|
22936
22942
|
padding-inline-start: 8px;
|
|
22937
22943
|
padding-inline-end: 8px;
|
|
22938
22944
|
}
|
|
22939
|
-
.v-list .v-list-item--nav:not(:
|
|
22945
|
+
.v-list .v-list-item--nav:not(:only-child) {
|
|
22940
22946
|
margin-bottom: 4px;
|
|
22941
22947
|
}
|
|
22942
22948
|
|
|
@@ -23078,6 +23084,10 @@ textarea.v-field__input::placeholder {
|
|
|
23078
23084
|
.v-navigation-drawer--rounded {
|
|
23079
23085
|
border-radius: 4px;
|
|
23080
23086
|
}
|
|
23087
|
+
.v-navigation-drawer--top {
|
|
23088
|
+
top: 0;
|
|
23089
|
+
border-bottom-width: thin;
|
|
23090
|
+
}
|
|
23081
23091
|
.v-navigation-drawer--bottom {
|
|
23082
23092
|
left: 0;
|
|
23083
23093
|
border-top-width: thin;
|
|
@@ -24258,7 +24268,7 @@ html.v-overlay-scroll-blocked {
|
|
|
24258
24268
|
}
|
|
24259
24269
|
|
|
24260
24270
|
.v-table {
|
|
24261
|
-
--v-table-header-height:
|
|
24271
|
+
--v-table-header-height: 56px;
|
|
24262
24272
|
border-radius: inherit;
|
|
24263
24273
|
line-height: 1.5;
|
|
24264
24274
|
max-width: 100%;
|
|
@@ -24287,7 +24297,7 @@ html.v-overlay-scroll-blocked {
|
|
|
24287
24297
|
.v-table--density-default > .v-table__wrapper > table > tbody > tr > th,
|
|
24288
24298
|
.v-table--density-default > .v-table__wrapper > table > thead > tr > th,
|
|
24289
24299
|
.v-table--density-default > .v-table__wrapper > table > tfoot > tr > th {
|
|
24290
|
-
height:
|
|
24300
|
+
height: calc(var(--v-table-header-height) + 0px);
|
|
24291
24301
|
}
|
|
24292
24302
|
.v-table--density-default > .v-table__wrapper > table > tbody > tr > td,
|
|
24293
24303
|
.v-table--density-default > .v-table__wrapper > table > thead > tr > td,
|
|
@@ -24298,7 +24308,7 @@ html.v-overlay-scroll-blocked {
|
|
|
24298
24308
|
.v-table--density-comfortable > .v-table__wrapper > table > tbody > tr > th,
|
|
24299
24309
|
.v-table--density-comfortable > .v-table__wrapper > table > thead > tr > th,
|
|
24300
24310
|
.v-table--density-comfortable > .v-table__wrapper > table > tfoot > tr > th {
|
|
24301
|
-
height:
|
|
24311
|
+
height: calc(var(--v-table-header-height) - 8px);
|
|
24302
24312
|
}
|
|
24303
24313
|
.v-table--density-comfortable > .v-table__wrapper > table > tbody > tr > td,
|
|
24304
24314
|
.v-table--density-comfortable > .v-table__wrapper > table > thead > tr > td,
|
|
@@ -24309,7 +24319,7 @@ html.v-overlay-scroll-blocked {
|
|
|
24309
24319
|
.v-table--density-compact > .v-table__wrapper > table > tbody > tr > th,
|
|
24310
24320
|
.v-table--density-compact > .v-table__wrapper > table > thead > tr > th,
|
|
24311
24321
|
.v-table--density-compact > .v-table__wrapper > table > tfoot > tr > th {
|
|
24312
|
-
height:
|
|
24322
|
+
height: calc(var(--v-table-header-height) - 16px);
|
|
24313
24323
|
}
|
|
24314
24324
|
.v-table--density-compact > .v-table__wrapper > table > tbody > tr > td,
|
|
24315
24325
|
.v-table--density-compact > .v-table__wrapper > table > thead > tr > td,
|
|
@@ -24351,6 +24361,48 @@ html.v-overlay-scroll-blocked {
|
|
|
24351
24361
|
border-top: 0px !important;
|
|
24352
24362
|
position: sticky;
|
|
24353
24363
|
bottom: 0;
|
|
24364
|
+
}.v-textarea .v-field {
|
|
24365
|
+
--v-textarea-control-height: var(--v-input-control-height);
|
|
24366
|
+
}
|
|
24367
|
+
.v-textarea .v-field__field {
|
|
24368
|
+
--v-input-control-height: var(--v-textarea-control-height);
|
|
24369
|
+
}
|
|
24370
|
+
.v-textarea .v-field__input {
|
|
24371
|
+
flex: 1 1 auto;
|
|
24372
|
+
outline: none;
|
|
24373
|
+
-webkit-mask-image: linear-gradient(to bottom, transparent, transparent calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) - 6px), black calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) + 4px));
|
|
24374
|
+
mask-image: linear-gradient(to bottom, transparent, transparent calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) - 6px), black calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) + 4px));
|
|
24375
|
+
}
|
|
24376
|
+
.v-textarea--auto-grow .v-field__input {
|
|
24377
|
+
overflow: hidden;
|
|
24378
|
+
}
|
|
24379
|
+
.v-textarea--no-resize .v-field__input {
|
|
24380
|
+
resize: none;
|
|
24381
|
+
}
|
|
24382
|
+
.v-textarea__sizer {
|
|
24383
|
+
visibility: hidden;
|
|
24384
|
+
position: absolute;
|
|
24385
|
+
top: 0;
|
|
24386
|
+
left: 0;
|
|
24387
|
+
height: 0 !important;
|
|
24388
|
+
min-height: 0 !important;
|
|
24389
|
+
pointer-events: none;
|
|
24390
|
+
}
|
|
24391
|
+
.v-textarea .v-field--no-label textarea,
|
|
24392
|
+
.v-textarea .v-field--active textarea {
|
|
24393
|
+
opacity: 1;
|
|
24394
|
+
}
|
|
24395
|
+
.v-textarea textarea {
|
|
24396
|
+
opacity: 0;
|
|
24397
|
+
flex: 1;
|
|
24398
|
+
min-width: 0;
|
|
24399
|
+
transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
|
|
24400
|
+
}
|
|
24401
|
+
.v-textarea textarea:focus, .v-textarea textarea:active {
|
|
24402
|
+
outline: none;
|
|
24403
|
+
}
|
|
24404
|
+
.v-textarea textarea:invalid {
|
|
24405
|
+
box-shadow: none;
|
|
24354
24406
|
}/* region BLOCK */
|
|
24355
24407
|
.v-text-field input {
|
|
24356
24408
|
color: inherit;
|
|
@@ -24420,49 +24472,7 @@ html.v-overlay-scroll-blocked {
|
|
|
24420
24472
|
padding: 0;
|
|
24421
24473
|
}
|
|
24422
24474
|
|
|
24423
|
-
/* endregion */.v-
|
|
24424
|
-
--v-textarea-control-height: var(--v-input-control-height);
|
|
24425
|
-
}
|
|
24426
|
-
.v-textarea .v-field__field {
|
|
24427
|
-
--v-input-control-height: var(--v-textarea-control-height);
|
|
24428
|
-
}
|
|
24429
|
-
.v-textarea .v-field__input {
|
|
24430
|
-
flex: 1 1 auto;
|
|
24431
|
-
outline: none;
|
|
24432
|
-
-webkit-mask-image: linear-gradient(to bottom, transparent, transparent calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) - 6px), black calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) + 4px));
|
|
24433
|
-
mask-image: linear-gradient(to bottom, transparent, transparent calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) - 6px), black calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) + 4px));
|
|
24434
|
-
}
|
|
24435
|
-
.v-textarea--auto-grow .v-field__input {
|
|
24436
|
-
overflow: hidden;
|
|
24437
|
-
}
|
|
24438
|
-
.v-textarea--no-resize .v-field__input {
|
|
24439
|
-
resize: none;
|
|
24440
|
-
}
|
|
24441
|
-
.v-textarea__sizer {
|
|
24442
|
-
visibility: hidden;
|
|
24443
|
-
position: absolute;
|
|
24444
|
-
top: 0;
|
|
24445
|
-
left: 0;
|
|
24446
|
-
height: 0 !important;
|
|
24447
|
-
min-height: 0 !important;
|
|
24448
|
-
pointer-events: none;
|
|
24449
|
-
}
|
|
24450
|
-
.v-textarea .v-field--no-label textarea,
|
|
24451
|
-
.v-textarea .v-field--active textarea {
|
|
24452
|
-
opacity: 1;
|
|
24453
|
-
}
|
|
24454
|
-
.v-textarea textarea {
|
|
24455
|
-
opacity: 0;
|
|
24456
|
-
flex: 1;
|
|
24457
|
-
min-width: 0;
|
|
24458
|
-
transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
|
|
24459
|
-
}
|
|
24460
|
-
.v-textarea textarea:focus, .v-textarea textarea:active {
|
|
24461
|
-
outline: none;
|
|
24462
|
-
}
|
|
24463
|
-
.v-textarea textarea:invalid {
|
|
24464
|
-
box-shadow: none;
|
|
24465
|
-
}.v-theme-provider {
|
|
24475
|
+
/* endregion */.v-theme-provider {
|
|
24466
24476
|
background: rgb(var(--v-theme-background));
|
|
24467
24477
|
color: rgb(var(--v-theme-on-background));
|
|
24468
24478
|
}.v-timeline .v-timeline-divider__dot {
|
|
@@ -25179,41 +25189,6 @@ html.v-overlay-scroll-blocked {
|
|
|
25179
25189
|
}
|
|
25180
25190
|
.v-color-picker-edit__input span {
|
|
25181
25191
|
font-size: 0.75rem;
|
|
25182
|
-
}.v-color-picker-swatches {
|
|
25183
|
-
overflow-y: auto;
|
|
25184
|
-
}
|
|
25185
|
-
.v-color-picker-swatches > div {
|
|
25186
|
-
display: flex;
|
|
25187
|
-
flex-wrap: wrap;
|
|
25188
|
-
justify-content: center;
|
|
25189
|
-
padding: 8px;
|
|
25190
|
-
}
|
|
25191
|
-
|
|
25192
|
-
.v-color-picker-swatches__swatch {
|
|
25193
|
-
display: flex;
|
|
25194
|
-
flex-direction: column;
|
|
25195
|
-
margin-bottom: 10px;
|
|
25196
|
-
}
|
|
25197
|
-
|
|
25198
|
-
.v-color-picker-swatches__color {
|
|
25199
|
-
position: relative;
|
|
25200
|
-
height: 18px;
|
|
25201
|
-
max-height: 18px;
|
|
25202
|
-
width: 45px;
|
|
25203
|
-
margin: 2px 4px;
|
|
25204
|
-
border-radius: 2px;
|
|
25205
|
-
-webkit-user-select: none;
|
|
25206
|
-
user-select: none;
|
|
25207
|
-
overflow: hidden;
|
|
25208
|
-
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
|
|
25209
|
-
cursor: pointer;
|
|
25210
|
-
}
|
|
25211
|
-
.v-color-picker-swatches__color > div {
|
|
25212
|
-
display: flex;
|
|
25213
|
-
align-items: center;
|
|
25214
|
-
justify-content: center;
|
|
25215
|
-
width: 100%;
|
|
25216
|
-
height: 100%;
|
|
25217
25192
|
}.v-color-picker-preview__alpha .v-slider-track__background {
|
|
25218
25193
|
background-color: transparent !important;
|
|
25219
25194
|
}
|
|
@@ -25280,6 +25255,41 @@ html.v-overlay-scroll-blocked {
|
|
|
25280
25255
|
align-items: center;
|
|
25281
25256
|
display: flex;
|
|
25282
25257
|
margin-bottom: 24px;
|
|
25258
|
+
}.v-color-picker-swatches {
|
|
25259
|
+
overflow-y: auto;
|
|
25260
|
+
}
|
|
25261
|
+
.v-color-picker-swatches > div {
|
|
25262
|
+
display: flex;
|
|
25263
|
+
flex-wrap: wrap;
|
|
25264
|
+
justify-content: center;
|
|
25265
|
+
padding: 8px;
|
|
25266
|
+
}
|
|
25267
|
+
|
|
25268
|
+
.v-color-picker-swatches__swatch {
|
|
25269
|
+
display: flex;
|
|
25270
|
+
flex-direction: column;
|
|
25271
|
+
margin-bottom: 10px;
|
|
25272
|
+
}
|
|
25273
|
+
|
|
25274
|
+
.v-color-picker-swatches__color {
|
|
25275
|
+
position: relative;
|
|
25276
|
+
height: 18px;
|
|
25277
|
+
max-height: 18px;
|
|
25278
|
+
width: 45px;
|
|
25279
|
+
margin: 2px 4px;
|
|
25280
|
+
border-radius: 2px;
|
|
25281
|
+
-webkit-user-select: none;
|
|
25282
|
+
user-select: none;
|
|
25283
|
+
overflow: hidden;
|
|
25284
|
+
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
|
|
25285
|
+
cursor: pointer;
|
|
25286
|
+
}
|
|
25287
|
+
.v-color-picker-swatches__color > div {
|
|
25288
|
+
display: flex;
|
|
25289
|
+
align-items: center;
|
|
25290
|
+
justify-content: center;
|
|
25291
|
+
width: 100%;
|
|
25292
|
+
height: 100%;
|
|
25283
25293
|
}.v-slider-thumb {
|
|
25284
25294
|
touch-action: none;
|
|
25285
25295
|
color: rgb(var(--v-theme-surface-variant));
|