@vuetify/nightly 3.9.0-master.2025-07-09 → 3.9.0-next.2025-07-09

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 (209) hide show
  1. package/CHANGELOG.md +20 -9
  2. package/dist/json/attributes.json +3539 -3539
  3. package/dist/json/importMap-labs.json +14 -14
  4. package/dist/json/importMap.json +130 -130
  5. package/dist/json/web-types.json +6434 -6398
  6. package/dist/vuetify-labs.cjs +55 -36
  7. package/dist/vuetify-labs.css +26440 -28193
  8. package/dist/vuetify-labs.d.ts +197 -590
  9. package/dist/vuetify-labs.esm.js +55 -36
  10. package/dist/vuetify-labs.esm.js.map +1 -1
  11. package/dist/vuetify-labs.js +55 -36
  12. package/dist/vuetify-labs.min.css +3 -4
  13. package/dist/vuetify.cjs +47 -28
  14. package/dist/vuetify.cjs.map +1 -1
  15. package/dist/vuetify.css +22837 -24587
  16. package/dist/vuetify.d.ts +197 -590
  17. package/dist/vuetify.esm.js +47 -28
  18. package/dist/vuetify.esm.js.map +1 -1
  19. package/dist/vuetify.js +47 -28
  20. package/dist/vuetify.js.map +1 -1
  21. package/dist/vuetify.min.css +3 -4
  22. package/dist/vuetify.min.js +18 -18
  23. package/dist/vuetify.min.js.map +1 -1
  24. package/lib/components/VAlert/VAlert.css +211 -220
  25. package/lib/components/VApp/VApp.css +16 -15
  26. package/lib/components/VAppBar/VAppBar.css +14 -12
  27. package/lib/components/VAutocomplete/VAutocomplete.css +85 -84
  28. package/lib/components/VAutocomplete/VAutocomplete.d.ts +18 -9
  29. package/lib/components/VAutocomplete/VAutocomplete.js +6 -3
  30. package/lib/components/VAutocomplete/VAutocomplete.js.map +1 -1
  31. package/lib/components/VAvatar/VAvatar.css +108 -106
  32. package/lib/components/VBadge/VBadge.css +77 -77
  33. package/lib/components/VBanner/VBanner.css +161 -166
  34. package/lib/components/VBottomNavigation/VBottomNavigation.css +65 -64
  35. package/lib/components/VBottomSheet/VBottomSheet.css +34 -31
  36. package/lib/components/VBreadcrumbs/VBreadcrumbs.css +54 -57
  37. package/lib/components/VBtn/VBtn.css +400 -436
  38. package/lib/components/VBtn/VBtn.sass +10 -23
  39. package/lib/components/VBtn/_variables.scss +1 -1
  40. package/lib/components/VBtnGroup/VBtnGroup.css +87 -88
  41. package/lib/components/VBtnToggle/VBtnToggle.css +16 -14
  42. package/lib/components/VCard/VCard.css +294 -302
  43. package/lib/components/VCarousel/VCarousel.css +62 -64
  44. package/lib/components/VCarousel/VCarousel.sass +1 -1
  45. package/lib/components/VCheckbox/VCheckbox.css +7 -5
  46. package/lib/components/VChip/VChip.css +378 -411
  47. package/lib/components/VChipGroup/VChipGroup.css +19 -18
  48. package/lib/components/VCode/VCode.css +13 -11
  49. package/lib/components/VColorPicker/VColorPicker.css +23 -23
  50. package/lib/components/VColorPicker/VColorPickerCanvas.css +24 -22
  51. package/lib/components/VColorPicker/VColorPickerEdit.css +29 -28
  52. package/lib/components/VColorPicker/VColorPickerPreview.css +69 -67
  53. package/lib/components/VColorPicker/VColorPickerPreview.sass +4 -2
  54. package/lib/components/VColorPicker/VColorPickerSwatches.css +34 -34
  55. package/lib/components/VCombobox/VCombobox.css +85 -84
  56. package/lib/components/VCombobox/VCombobox.d.ts +18 -9
  57. package/lib/components/VCombobox/VCombobox.js +6 -3
  58. package/lib/components/VCombobox/VCombobox.js.map +1 -1
  59. package/lib/components/VCounter/VCounter.css +7 -5
  60. package/lib/components/VDataTable/VDataTable.css +202 -200
  61. package/lib/components/VDataTable/VDataTable.sass +20 -10
  62. package/lib/components/VDataTable/VDataTableFooter.css +33 -31
  63. package/lib/components/VDataTable/VDataTableFooter.js +7 -7
  64. package/lib/components/VDataTable/VDataTableFooter.js.map +1 -1
  65. package/lib/components/VDatePicker/VDatePicker.css +8 -6
  66. package/lib/components/VDatePicker/VDatePickerControls.css +56 -58
  67. package/lib/components/VDatePicker/VDatePickerHeader.css +56 -60
  68. package/lib/components/VDatePicker/VDatePickerMonth.css +46 -50
  69. package/lib/components/VDatePicker/VDatePickerMonths.css +20 -19
  70. package/lib/components/VDatePicker/VDatePickerYears.css +16 -15
  71. package/lib/components/VDialog/VDialog.css +98 -98
  72. package/lib/components/VDivider/VDivider.css +52 -52
  73. package/lib/components/VEmptyState/VEmptyState.css +62 -67
  74. package/lib/components/VExpansionPanel/VExpansionPanel.css +203 -209
  75. package/lib/components/VExpansionPanel/VExpansionPanel.sass +27 -25
  76. package/lib/components/VFab/VFab.css +78 -73
  77. package/lib/components/VFab/VFab.sass +5 -4
  78. package/lib/components/VField/VField.css +541 -589
  79. package/lib/components/VField/VField.sass +4 -11
  80. package/lib/components/VField/_variables.scss +1 -1
  81. package/lib/components/VFileInput/VFileInput.css +34 -32
  82. package/lib/components/VFileInput/VFileInput.js +1 -1
  83. package/lib/components/VFileInput/VFileInput.js.map +1 -1
  84. package/lib/components/VFooter/VFooter.css +38 -36
  85. package/lib/components/VForm/VForm.d.ts +111 -531
  86. package/lib/components/VForm/VForm.js +11 -1
  87. package/lib/components/VForm/VForm.js.map +1 -1
  88. package/lib/components/VGrid/VGrid.css +565 -592
  89. package/lib/components/VIcon/VIcon.css +52 -53
  90. package/lib/components/VImg/VImg.css +50 -51
  91. package/lib/components/VInfiniteScroll/VInfiniteScroll.css +36 -37
  92. package/lib/components/VInput/VInput.css +136 -147
  93. package/lib/components/VItemGroup/VItemGroup.css +7 -5
  94. package/lib/components/VKbd/VKbd.css +33 -31
  95. package/lib/components/VLabel/VLabel.css +16 -15
  96. package/lib/components/VLayout/VLayout.css +10 -8
  97. package/lib/components/VLayout/VLayoutItem.css +8 -7
  98. package/lib/components/VList/VList.css +104 -108
  99. package/lib/components/VList/VList.sass +1 -1
  100. package/lib/components/VList/VListItem.css +442 -454
  101. package/lib/components/VList/VListItem.sass +2 -1
  102. package/lib/components/VLocaleProvider/VLocaleProvider.css +4 -2
  103. package/lib/components/VMain/VMain.css +32 -30
  104. package/lib/components/VMenu/VMenu.css +21 -19
  105. package/lib/components/VMessages/VMessages.css +17 -15
  106. package/lib/components/VNavigationDrawer/VNavigationDrawer.css +102 -104
  107. package/lib/components/VNumberInput/VNumberInput.css +59 -57
  108. package/lib/components/VOtpInput/VOtpInput.css +56 -58
  109. package/lib/components/VOtpInput/VOtpInput.js +2 -2
  110. package/lib/components/VOtpInput/VOtpInput.js.map +1 -1
  111. package/lib/components/VOverlay/VOverlay.css +61 -64
  112. package/lib/components/VOverlay/VOverlay.sass +14 -13
  113. package/lib/components/VPagination/VPagination.css +10 -8
  114. package/lib/components/VParallax/VParallax.css +8 -6
  115. package/lib/components/VProgressCircular/VProgressCircular.css +95 -101
  116. package/lib/components/VProgressLinear/VProgressLinear.css +209 -222
  117. package/lib/components/VRadioGroup/VRadioGroup.css +14 -12
  118. package/lib/components/VRating/VRating.css +52 -53
  119. package/lib/components/VResponsive/VResponsive.css +25 -26
  120. package/lib/components/VSelect/VSelect.css +59 -57
  121. package/lib/components/VSelect/VSelect.d.ts +18 -9
  122. package/lib/components/VSelect/VSelect.js +6 -3
  123. package/lib/components/VSelect/VSelect.js.map +1 -1
  124. package/lib/components/VSelectionControl/VSelectionControl.css +98 -100
  125. package/lib/components/VSelectionControlGroup/VSelectionControlGroup.css +10 -8
  126. package/lib/components/VSheet/VSheet.css +38 -36
  127. package/lib/components/VSkeletonLoader/VSkeletonLoader.css +225 -224
  128. package/lib/components/VSlideGroup/VSlideGroup.css +53 -55
  129. package/lib/components/VSlider/VSlider.css +53 -57
  130. package/lib/components/VSlider/VSliderThumb.css +142 -153
  131. package/lib/components/VSlider/VSliderTrack.css +155 -174
  132. package/lib/components/VSnackbar/VSnackbar.css +140 -140
  133. package/lib/components/VSnackbar/VSnackbar.js +1 -1
  134. package/lib/components/VSnackbar/VSnackbar.js.map +1 -1
  135. package/lib/components/VSpeedDial/VSpeedDial.css +43 -41
  136. package/lib/components/VStepper/VStepper.css +55 -56
  137. package/lib/components/VStepper/VStepperItem.css +112 -115
  138. package/lib/components/VSwitch/VSwitch.css +129 -139
  139. package/lib/components/VSystemBar/VSystemBar.css +45 -43
  140. package/lib/components/VTable/VTable.css +142 -143
  141. package/lib/components/VTable/VTable.sass +4 -2
  142. package/lib/components/VTabs/VTab.css +30 -29
  143. package/lib/components/VTabs/VTabs.css +59 -65
  144. package/lib/components/VTextField/VTextField.css +77 -85
  145. package/lib/components/VTextarea/VTextarea.css +48 -40
  146. package/lib/components/VTextarea/VTextarea.sass +4 -2
  147. package/lib/components/VThemeProvider/VThemeProvider.css +5 -3
  148. package/lib/components/VTimePicker/VTimePicker.css +4 -2
  149. package/lib/components/VTimePicker/VTimePickerClock.css +127 -130
  150. package/lib/components/VTimePicker/VTimePickerControls.css +103 -104
  151. package/lib/components/VTimeline/VTimeline.css +388 -427
  152. package/lib/components/VToolbar/VToolbar.css +137 -144
  153. package/lib/components/VTooltip/VTooltip.css +27 -23
  154. package/lib/components/VTooltip/VTooltip.sass +8 -6
  155. package/lib/components/VTreeview/VTreeview.js +1 -1
  156. package/lib/components/VTreeview/VTreeview.js.map +1 -1
  157. package/lib/components/VTreeview/VTreeviewItem.css +83 -85
  158. package/lib/components/VVirtualScroll/VVirtualScroll.css +11 -9
  159. package/lib/components/VWindow/VWindow.css +88 -85
  160. package/lib/composables/theme.js +3 -3
  161. package/lib/composables/theme.js.map +1 -1
  162. package/lib/directives/ripple/VRipple.css +38 -36
  163. package/lib/entry-bundler.js +1 -1
  164. package/lib/entry-bundler.js.map +1 -1
  165. package/lib/framework.d.ts +45 -45
  166. package/lib/framework.js +1 -1
  167. package/lib/framework.js.map +1 -1
  168. package/lib/labs/VCalendar/VCalendar.css +219 -225
  169. package/lib/labs/VCalendar/VCalendarDay.css +40 -41
  170. package/lib/labs/VCalendar/VCalendarHeader.css +13 -13
  171. package/lib/labs/VCalendar/VCalendarInterval.css +43 -42
  172. package/lib/labs/VCalendar/VCalendarIntervalEvent.css +7 -5
  173. package/lib/labs/VCalendar/VCalendarMonthDay.css +61 -58
  174. package/lib/labs/VCalendar/VCalendarMonthDay.sass +3 -2
  175. package/lib/labs/VColorInput/VColorInput.css +5 -3
  176. package/lib/labs/VColorInput/VColorInput.js +1 -1
  177. package/lib/labs/VColorInput/VColorInput.js.map +1 -1
  178. package/lib/labs/VDateInput/VDateInput.js +1 -1
  179. package/lib/labs/VDateInput/VDateInput.js.map +1 -1
  180. package/lib/labs/VFileUpload/VFileUpload.css +74 -77
  181. package/lib/labs/VFileUpload/VFileUpload.js +1 -1
  182. package/lib/labs/VFileUpload/VFileUpload.js.map +1 -1
  183. package/lib/labs/VHotkey/VHotkey.css +242 -241
  184. package/lib/labs/VIconBtn/VIconBtn.css +162 -164
  185. package/lib/labs/VPicker/VPicker.css +62 -67
  186. package/lib/labs/VStepperVertical/VStepperVertical.js +4 -4
  187. package/lib/labs/VStepperVertical/VStepperVertical.js.map +1 -1
  188. package/lib/labs/VStepperVertical/VStepperVerticalItem.js +1 -1
  189. package/lib/labs/VStepperVertical/VStepperVerticalItem.js.map +1 -1
  190. package/lib/styles/elements/_global.sass +1 -1
  191. package/lib/styles/generic/_colors.scss +3 -3
  192. package/lib/styles/generic/_layers.scss +13 -1
  193. package/lib/styles/generic/_reset.scss +0 -1
  194. package/lib/styles/generic/_transitions.scss +32 -32
  195. package/lib/styles/main.css +14677 -16153
  196. package/lib/styles/settings/_utilities.scss +0 -5
  197. package/lib/styles/settings/_variables.scss +2 -3
  198. package/lib/styles/tools/_border.sass +4 -4
  199. package/lib/styles/tools/_display.sass +0 -10
  200. package/lib/styles/tools/_elevation.sass +2 -2
  201. package/lib/styles/tools/_index.sass +0 -2
  202. package/lib/styles/tools/_layer.scss +4 -2
  203. package/lib/styles/tools/_position.sass +2 -2
  204. package/lib/styles/tools/_rounded.sass +2 -2
  205. package/lib/styles/tools/_utilities.sass +1 -5
  206. package/lib/styles/utilities/_elevation.scss +1 -1
  207. package/package.json +1 -1
  208. package/lib/styles/tools/_bootable.sass +0 -3
  209. package/lib/styles/tools/_radius.sass +0 -10
@@ -1,468 +1,456 @@
1
- .v-list-item {
2
- align-items: center;
3
- display: grid;
4
- flex: none;
5
- grid-template-areas: "prepend content append";
6
- grid-template-columns: max-content 1fr auto;
7
- outline: none;
8
- max-width: 100%;
9
- padding: 4px 16px;
10
- position: relative;
11
- text-decoration: none;
12
- }
13
- .v-list-item {
14
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
15
- border-style: solid;
16
- border-width: 0;
17
- }
18
- .v-list-item--border {
19
- border-width: thin;
20
- box-shadow: none;
21
- }
22
- .v-list-item:hover > .v-list-item__overlay {
23
- opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
24
- }
25
- .v-list-item:focus-visible > .v-list-item__overlay {
26
- opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
27
- }
28
- @supports not selector(:focus-visible) {
29
- .v-list-item:focus > .v-list-item__overlay {
1
+ @layer vuetify.components {
2
+ .v-list-item {
3
+ align-items: center;
4
+ display: grid;
5
+ flex: none;
6
+ grid-template-areas: "prepend content append";
7
+ grid-template-columns: max-content 1fr auto;
8
+ outline: none;
9
+ max-width: 100%;
10
+ padding: 4px 16px;
11
+ position: relative;
12
+ text-decoration: none;
13
+ }
14
+ .v-list-item {
15
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
16
+ border-style: solid;
17
+ border-width: 0;
18
+ }
19
+ .v-list-item--border {
20
+ border-width: thin;
21
+ box-shadow: none;
22
+ }
23
+ .v-list-item:hover > .v-list-item__overlay {
24
+ opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
25
+ }
26
+ .v-list-item:focus-visible > .v-list-item__overlay {
30
27
  opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
31
28
  }
32
- }
33
- .v-list-item--active > .v-list-item__overlay, .v-list-item[aria-haspopup=menu][aria-expanded=true] > .v-list-item__overlay {
34
- opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
35
- }
36
- .v-list-item--active:hover > .v-list-item__overlay, .v-list-item[aria-haspopup=menu][aria-expanded=true]:hover > .v-list-item__overlay {
37
- opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
38
- }
39
- .v-list-item--active:focus-visible > .v-list-item__overlay, .v-list-item[aria-haspopup=menu][aria-expanded=true]:focus-visible > .v-list-item__overlay {
40
- opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
41
- }
42
- @supports not selector(:focus-visible) {
43
- .v-list-item--active:focus > .v-list-item__overlay, .v-list-item[aria-haspopup=menu][aria-expanded=true]:focus > .v-list-item__overlay {
29
+ @supports not selector(:focus-visible) {
30
+ .v-list-item:focus > .v-list-item__overlay {
31
+ opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
32
+ }
33
+ }
34
+ .v-list-item--active > .v-list-item__overlay, .v-list-item[aria-haspopup=menu][aria-expanded=true] > .v-list-item__overlay {
35
+ opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
36
+ }
37
+ .v-list-item--active:hover > .v-list-item__overlay, .v-list-item[aria-haspopup=menu][aria-expanded=true]:hover > .v-list-item__overlay {
38
+ opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
39
+ }
40
+ .v-list-item--active:focus-visible > .v-list-item__overlay, .v-list-item[aria-haspopup=menu][aria-expanded=true]:focus-visible > .v-list-item__overlay {
44
41
  opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
45
42
  }
46
- }
47
- .v-list-item {
48
- border-radius: 0;
49
- }
50
- .v-list-item--variant-plain, .v-list-item--variant-outlined, .v-list-item--variant-text, .v-list-item--variant-tonal {
51
- background: transparent;
52
- color: inherit;
53
- }
54
- .v-list-item--variant-plain {
55
- opacity: 0.62;
56
- }
57
- .v-list-item--variant-plain:focus, .v-list-item--variant-plain:hover {
58
- opacity: 1;
59
- }
60
- .v-list-item--variant-plain .v-list-item__overlay {
61
- display: none;
62
- }
63
- .v-list-item--variant-elevated, .v-list-item--variant-flat {
64
- background: rgba(var(--v-theme-surface));
65
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
66
- }
67
- .v-list-item--variant-elevated {
68
- box-shadow: 0px 2px 1px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 1px 1px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 3px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
69
- }
70
- .v-list-item--variant-flat {
71
- box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
72
- }
73
- .v-list-item--variant-outlined {
74
- border: thin solid currentColor;
75
- }
76
- .v-list-item--variant-text .v-list-item__overlay {
77
- background: currentColor;
78
- }
79
- .v-list-item--variant-tonal .v-list-item__underlay {
80
- background: currentColor;
81
- opacity: var(--v-activated-opacity);
82
- border-radius: inherit;
83
- top: 0;
84
- right: 0;
85
- bottom: 0;
86
- left: 0;
87
- pointer-events: none;
88
- }
89
- .v-list-item .v-list-item__underlay {
90
- position: absolute;
91
- }
92
- @supports selector(:focus-visible) {
93
- .v-list-item::after {
43
+ @supports not selector(:focus-visible) {
44
+ .v-list-item--active:focus > .v-list-item__overlay, .v-list-item[aria-haspopup=menu][aria-expanded=true]:focus > .v-list-item__overlay {
45
+ opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
46
+ }
47
+ }
48
+ .v-list-item {
49
+ border-radius: 0;
50
+ }
51
+ .v-list-item--variant-plain, .v-list-item--variant-outlined, .v-list-item--variant-text, .v-list-item--variant-tonal {
52
+ background: transparent;
53
+ color: inherit;
54
+ }
55
+ .v-list-item--variant-plain {
56
+ opacity: 0.62;
57
+ }
58
+ .v-list-item--variant-plain:focus, .v-list-item--variant-plain:hover {
59
+ opacity: 1;
60
+ }
61
+ .v-list-item--variant-plain .v-list-item__overlay {
62
+ display: none;
63
+ }
64
+ .v-list-item--variant-elevated, .v-list-item--variant-flat {
65
+ background: rgba(var(--v-theme-surface));
66
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
67
+ }
68
+ .v-list-item--variant-elevated {
69
+ box-shadow: 0px 2px 1px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 1px 1px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 3px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
70
+ }
71
+ .v-list-item--variant-flat {
72
+ box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
73
+ }
74
+ .v-list-item--variant-outlined {
75
+ border: thin solid currentColor;
76
+ }
77
+ .v-list-item--variant-text .v-list-item__overlay {
78
+ background: currentColor;
79
+ }
80
+ .v-list-item--variant-tonal .v-list-item__underlay {
81
+ background: currentColor;
82
+ opacity: var(--v-activated-opacity);
83
+ border-radius: inherit;
84
+ top: 0;
85
+ right: 0;
86
+ bottom: 0;
87
+ left: 0;
94
88
  pointer-events: none;
95
- border: 2px solid currentColor;
89
+ }
90
+ .v-list-item .v-list-item__underlay {
91
+ position: absolute;
92
+ }
93
+ @supports selector(:focus-visible) {
94
+ .v-list-item::after {
95
+ pointer-events: none;
96
+ border: 2px solid currentColor;
97
+ border-radius: 4px;
98
+ opacity: 0;
99
+ transition: opacity 0.2s ease-in-out;
100
+ }
101
+ .v-list-item::after {
102
+ content: "";
103
+ position: absolute;
104
+ top: 0;
105
+ left: 0;
106
+ width: 100%;
107
+ height: 100%;
108
+ }
109
+ .v-list-item:focus-visible::after {
110
+ opacity: calc(0.15 * var(--v-theme-overlay-multiplier));
111
+ }
112
+ }
113
+ .v-list-item__prepend > .v-badge .v-icon,
114
+ .v-list-item__prepend > .v-icon, .v-list-item__append > .v-badge .v-icon,
115
+ .v-list-item__append > .v-icon {
116
+ opacity: var(--v-medium-emphasis-opacity);
117
+ }
118
+ .v-list-item--active .v-list-item__prepend > .v-badge .v-icon,
119
+ .v-list-item--active .v-list-item__prepend > .v-icon,
120
+ .v-list-item--active .v-list-item__append > .v-badge .v-icon,
121
+ .v-list-item--active .v-list-item__append > .v-icon {
122
+ opacity: 1;
123
+ }
124
+ .v-list-item--active:not(.v-list-item--link) .v-list-item__overlay {
125
+ opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
126
+ }
127
+ .v-list-item--rounded {
96
128
  border-radius: 4px;
97
- opacity: 0;
98
- transition: opacity 0.2s ease-in-out;
99
129
  }
100
- .v-list-item::after {
101
- content: "";
130
+ .v-list-item--disabled {
131
+ pointer-events: none;
132
+ user-select: none;
133
+ opacity: 0.6;
134
+ }
135
+ .v-list-item--link {
136
+ cursor: pointer;
137
+ }
138
+ .v-navigation-drawer--rail:not(.v-navigation-drawer--expand-on-hover) .v-list-item .v-avatar, .v-navigation-drawer--rail.v-navigation-drawer--expand-on-hover:not(.v-navigation-drawer--is-hovering) .v-list-item .v-avatar {
139
+ --v-avatar-height: 24px;
140
+ }
141
+ .v-list-item__prepend {
142
+ align-items: center;
143
+ align-self: center;
144
+ display: flex;
145
+ grid-area: prepend;
146
+ }
147
+ .v-list-item__prepend > .v-badge ~ .v-list-item__spacer,
148
+ .v-list-item__prepend > .v-icon ~ .v-list-item__spacer,
149
+ .v-list-item__prepend > .v-tooltip ~ .v-list-item__spacer {
150
+ width: 32px;
151
+ }
152
+ .v-list-item__prepend > .v-avatar ~ .v-list-item__spacer,
153
+ .v-list-item__prepend > .v-badge:is(:has(.v-avatar)) ~ .v-list-item__spacer {
154
+ width: 16px;
155
+ }
156
+ .v-list-item--slim .v-list-item__prepend > .v-badge ~ .v-list-item__spacer,
157
+ .v-list-item--slim .v-list-item__prepend > .v-icon ~ .v-list-item__spacer,
158
+ .v-list-item--slim .v-list-item__prepend > .v-tooltip ~ .v-list-item__spacer {
159
+ width: 20px;
160
+ }
161
+ .v-list-item--slim .v-list-item__prepend > .v-avatar ~ .v-list-item__spacer,
162
+ .v-list-item--slim .v-list-item__prepend > .v-badge:is(:has(.v-avatar)) ~ .v-list-item__spacer {
163
+ width: 4px;
164
+ }
165
+ .v-list-item--slim .v-list-item__prepend > .v-list-item-action ~ .v-list-item__spacer {
166
+ width: 4px;
167
+ }
168
+ .v-list-item--three-line .v-list-item__prepend {
169
+ align-self: start;
170
+ }
171
+ .v-list-item__append {
172
+ align-self: center;
173
+ display: flex;
174
+ align-items: center;
175
+ grid-area: append;
176
+ }
177
+ .v-list-item__append .v-list-item__spacer {
178
+ order: -1;
179
+ transition: 150ms width cubic-bezier(0.4, 0, 0.2, 1);
180
+ }
181
+ .v-list-item__append > .v-badge ~ .v-list-item__spacer,
182
+ .v-list-item__append > .v-icon ~ .v-list-item__spacer,
183
+ .v-list-item__append > .v-tooltip ~ .v-list-item__spacer {
184
+ width: 32px;
185
+ }
186
+ .v-list-item__append > .v-avatar ~ .v-list-item__spacer,
187
+ .v-list-item__append > .v-badge:is(:has(.v-avatar)) ~ .v-list-item__spacer {
188
+ width: 16px;
189
+ }
190
+ .v-list-item__append > .v-list-item-action ~ .v-list-item__spacer {
191
+ width: 16px;
192
+ }
193
+ .v-list-item--slim .v-list-item__append > .v-badge ~ .v-list-item__spacer,
194
+ .v-list-item--slim .v-list-item__append > .v-icon ~ .v-list-item__spacer,
195
+ .v-list-item--slim .v-list-item__append > .v-tooltip ~ .v-list-item__spacer {
196
+ width: 20px;
197
+ }
198
+ .v-list-item--slim .v-list-item__append > .v-avatar ~ .v-list-item__spacer,
199
+ .v-list-item--slim .v-list-item__append > .v-badge:is(:has(.v-avatar)) ~ .v-list-item__spacer {
200
+ width: 4px;
201
+ }
202
+ .v-list-item--slim .v-list-item__append > .v-list-item-action ~ .v-list-item__spacer {
203
+ width: 4px;
204
+ }
205
+ .v-list-item--three-line .v-list-item__append {
206
+ align-self: start;
207
+ }
208
+ .v-list-item__content {
209
+ align-self: center;
210
+ grid-area: content;
211
+ overflow: hidden;
212
+ min-width: 40px;
213
+ }
214
+ .v-list-item-action {
215
+ align-self: center;
216
+ display: flex;
217
+ align-items: center;
218
+ flex: none;
219
+ transition: inherit;
220
+ transition-property: height, width;
221
+ }
222
+ .v-list-item-action--start {
223
+ margin-inline-end: 8px;
224
+ margin-inline-start: -8px;
225
+ }
226
+ .v-list-item-action--end {
227
+ margin-inline-start: 8px;
228
+ margin-inline-end: -8px;
229
+ }
230
+ .v-list-item-media {
231
+ margin-top: 0;
232
+ margin-bottom: 0;
233
+ }
234
+ .v-list-item-media--start {
235
+ margin-inline-end: 16px;
236
+ }
237
+ .v-list-item-media--end {
238
+ margin-inline-start: 16px;
239
+ }
240
+ .v-list-item--two-line .v-list-item-media {
241
+ margin-top: -4px;
242
+ margin-bottom: -4px;
243
+ }
244
+ .v-list-item--three-line .v-list-item-media {
245
+ margin-top: 0;
246
+ margin-bottom: 0;
247
+ }
248
+ .v-list-item-subtitle {
249
+ -webkit-box-orient: vertical;
250
+ display: -webkit-box;
251
+ opacity: var(--v-list-item-subtitle-opacity, var(--v-medium-emphasis-opacity));
252
+ overflow: hidden;
253
+ padding: 0;
254
+ text-overflow: ellipsis;
255
+ overflow-wrap: break-word;
256
+ word-break: initial;
257
+ }
258
+ .v-list-item--one-line .v-list-item-subtitle {
259
+ -webkit-line-clamp: 1;
260
+ }
261
+ .v-list-item--two-line .v-list-item-subtitle {
262
+ -webkit-line-clamp: 2;
263
+ }
264
+ .v-list-item--three-line .v-list-item-subtitle {
265
+ -webkit-line-clamp: 3;
266
+ }
267
+ .v-list-item-subtitle {
268
+ font-size: 0.875rem;
269
+ font-weight: 400;
270
+ letter-spacing: 0.0178571429em;
271
+ line-height: 1rem;
272
+ text-transform: none;
273
+ }
274
+ .v-list-item--nav .v-list-item-subtitle {
275
+ font-size: 0.75rem;
276
+ font-weight: 400;
277
+ letter-spacing: 0.0178571429em;
278
+ line-height: 1rem;
279
+ }
280
+ .v-list-item-title {
281
+ hyphens: auto;
282
+ overflow-wrap: normal;
283
+ overflow: hidden;
284
+ padding: 0;
285
+ white-space: nowrap;
286
+ text-overflow: ellipsis;
287
+ word-break: normal;
288
+ word-wrap: break-word;
289
+ }
290
+ .v-list-item-title {
291
+ font-size: 1rem;
292
+ font-weight: 400;
293
+ letter-spacing: 0.009375em;
294
+ line-height: 1.5;
295
+ text-transform: none;
296
+ }
297
+ .v-list-item--nav .v-list-item-title {
298
+ font-size: 0.8125rem;
299
+ font-weight: 500;
300
+ letter-spacing: normal;
301
+ line-height: 1rem;
302
+ }
303
+ .v-list-item--density-default {
304
+ min-height: 40px;
305
+ }
306
+ .v-list-item--density-default.v-list-item--one-line {
307
+ min-height: 48px;
308
+ padding-top: 4px;
309
+ padding-bottom: 4px;
310
+ }
311
+ .v-list-item--density-default.v-list-item--two-line {
312
+ min-height: 64px;
313
+ padding-top: 12px;
314
+ padding-bottom: 12px;
315
+ }
316
+ .v-list-item--density-default.v-list-item--three-line {
317
+ min-height: 88px;
318
+ padding-top: 16px;
319
+ padding-bottom: 16px;
320
+ }
321
+ .v-list-item--density-default.v-list-item--three-line .v-list-item__prepend,
322
+ .v-list-item--density-default.v-list-item--three-line .v-list-item__append {
323
+ padding-top: 8px;
324
+ }
325
+ .v-list-item--density-default:not(.v-list-item--nav).v-list-item--one-line {
326
+ padding-inline: 16px;
327
+ }
328
+ .v-list-item--density-default:not(.v-list-item--nav).v-list-item--two-line {
329
+ padding-inline: 16px;
330
+ }
331
+ .v-list-item--density-default:not(.v-list-item--nav).v-list-item--three-line {
332
+ padding-inline: 16px;
333
+ }
334
+ .v-list-item--density-comfortable {
335
+ min-height: 36px;
336
+ }
337
+ .v-list-item--density-comfortable.v-list-item--one-line {
338
+ min-height: 44px;
339
+ }
340
+ .v-list-item--density-comfortable.v-list-item--two-line {
341
+ min-height: 60px;
342
+ padding-top: 8px;
343
+ padding-bottom: 8px;
344
+ }
345
+ .v-list-item--density-comfortable.v-list-item--three-line {
346
+ min-height: 84px;
347
+ padding-top: 12px;
348
+ padding-bottom: 12px;
349
+ }
350
+ .v-list-item--density-comfortable.v-list-item--three-line .v-list-item__prepend,
351
+ .v-list-item--density-comfortable.v-list-item--three-line .v-list-item__append {
352
+ padding-top: 6px;
353
+ }
354
+ .v-list-item--density-comfortable:not(.v-list-item--nav).v-list-item--one-line {
355
+ padding-inline: 16px;
356
+ }
357
+ .v-list-item--density-comfortable:not(.v-list-item--nav).v-list-item--two-line {
358
+ padding-inline: 16px;
359
+ }
360
+ .v-list-item--density-comfortable:not(.v-list-item--nav).v-list-item--three-line {
361
+ padding-inline: 16px;
362
+ }
363
+ .v-list-item--density-compact {
364
+ min-height: 32px;
365
+ }
366
+ .v-list-item--density-compact.v-list-item--one-line {
367
+ min-height: 40px;
368
+ }
369
+ .v-list-item--density-compact.v-list-item--two-line {
370
+ min-height: 56px;
371
+ padding-top: 4px;
372
+ padding-bottom: 4px;
373
+ }
374
+ .v-list-item--density-compact.v-list-item--three-line {
375
+ min-height: 80px;
376
+ padding-top: 8px;
377
+ padding-bottom: 8px;
378
+ }
379
+ .v-list-item--density-compact.v-list-item--three-line .v-list-item__prepend,
380
+ .v-list-item--density-compact.v-list-item--three-line .v-list-item__append {
381
+ padding-top: 4px;
382
+ }
383
+ .v-list-item--density-compact:not(.v-list-item--nav).v-list-item--one-line {
384
+ padding-inline: 16px;
385
+ }
386
+ .v-list-item--density-compact:not(.v-list-item--nav).v-list-item--two-line {
387
+ padding-inline: 16px;
388
+ }
389
+ .v-list-item--density-compact:not(.v-list-item--nav).v-list-item--three-line {
390
+ padding-inline: 16px;
391
+ }
392
+ .v-list-item--nav {
393
+ padding-inline: 8px;
394
+ }
395
+ .v-list .v-list-item--nav:not(:only-child) {
396
+ margin-bottom: 4px;
397
+ }
398
+ .v-list-item__underlay {
102
399
  position: absolute;
103
- top: 0;
400
+ }
401
+ .v-list-item__overlay {
402
+ background-color: currentColor;
403
+ border-radius: inherit;
404
+ bottom: 0;
104
405
  left: 0;
105
- width: 100%;
106
- height: 100%;
406
+ opacity: 0;
407
+ pointer-events: none;
408
+ position: absolute;
409
+ right: 0;
410
+ top: 0;
411
+ transition: opacity 0.2s ease-in-out;
107
412
  }
108
- .v-list-item:focus-visible::after {
109
- opacity: calc(0.15 * var(--v-theme-overlay-multiplier));
413
+ .v-list-item--active.v-list-item--variant-elevated .v-list-item__overlay {
414
+ --v-theme-overlay-multiplier: 0;
415
+ }
416
+ .v-list {
417
+ --indent-padding: 0px;
418
+ }
419
+ .v-list--nav {
420
+ --indent-padding: -8px;
421
+ }
422
+ .v-list-group {
423
+ --list-indent-size: 16px;
424
+ --parent-padding: var(--indent-padding);
425
+ --prepend-width: 40px;
426
+ }
427
+ .v-list--slim .v-list-group {
428
+ --prepend-width: 28px;
429
+ }
430
+ .v-list-group--fluid {
431
+ --list-indent-size: 0px;
432
+ }
433
+ .v-list-group--prepend {
434
+ --parent-padding: calc(var(--indent-padding) + var(--prepend-width));
435
+ }
436
+ .v-list-group--fluid.v-list-group--prepend {
437
+ --parent-padding: var(--indent-padding);
438
+ }
439
+ .v-list-group__items {
440
+ --indent-padding: calc(var(--parent-padding) + var(--list-indent-size));
441
+ min-width: min-content;
110
442
  }
111
443
  }
112
- .v-list-item__prepend > .v-badge .v-icon,
113
- .v-list-item__prepend > .v-icon, .v-list-item__append > .v-badge .v-icon,
114
- .v-list-item__append > .v-icon {
115
- opacity: var(--v-medium-emphasis-opacity);
116
- }
117
- .v-list-item--active .v-list-item__prepend > .v-badge .v-icon,
118
- .v-list-item--active .v-list-item__prepend > .v-icon,
119
- .v-list-item--active .v-list-item__append > .v-badge .v-icon,
120
- .v-list-item--active .v-list-item__append > .v-icon {
121
- opacity: 1;
122
- }
123
- .v-list-item--active:not(.v-list-item--link) .v-list-item__overlay {
124
- opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
125
- }
126
- .v-list-item--rounded {
127
- border-radius: 4px;
128
- }
129
- .v-list-item--disabled {
130
- pointer-events: none;
131
- user-select: none;
132
- opacity: 0.6;
133
- }
134
- .v-list-item--link {
135
- cursor: pointer;
136
- }
137
- .v-navigation-drawer--rail:not(.v-navigation-drawer--expand-on-hover) .v-list-item .v-avatar, .v-navigation-drawer--rail.v-navigation-drawer--expand-on-hover:not(.v-navigation-drawer--is-hovering) .v-list-item .v-avatar {
138
- --v-avatar-height: 24px;
139
- }
140
-
141
- .v-list-item__prepend {
142
- align-items: center;
143
- align-self: center;
144
- display: flex;
145
- grid-area: prepend;
146
- }
147
- .v-list-item__prepend > .v-badge ~ .v-list-item__spacer,
148
- .v-list-item__prepend > .v-icon ~ .v-list-item__spacer,
149
- .v-list-item__prepend > .v-tooltip ~ .v-list-item__spacer {
150
- width: 32px;
151
- }
152
- .v-list-item__prepend > .v-avatar ~ .v-list-item__spacer,
153
- .v-list-item__prepend > .v-badge:is(:has(.v-avatar)) ~ .v-list-item__spacer {
154
- width: 16px;
155
- }
156
- .v-list-item--slim .v-list-item__prepend > .v-badge ~ .v-list-item__spacer,
157
- .v-list-item--slim .v-list-item__prepend > .v-icon ~ .v-list-item__spacer,
158
- .v-list-item--slim .v-list-item__prepend > .v-tooltip ~ .v-list-item__spacer {
159
- width: 20px;
160
- }
161
- .v-list-item--slim .v-list-item__prepend > .v-avatar ~ .v-list-item__spacer,
162
- .v-list-item--slim .v-list-item__prepend > .v-badge:is(:has(.v-avatar)) ~ .v-list-item__spacer {
163
- width: 4px;
164
- }
165
- .v-list-item--slim .v-list-item__prepend > .v-list-item-action ~ .v-list-item__spacer {
166
- width: 4px;
167
- }
168
- .v-list-item--three-line .v-list-item__prepend {
169
- align-self: start;
170
- }
171
-
172
- .v-list-item__append {
173
- align-self: center;
174
- display: flex;
175
- align-items: center;
176
- grid-area: append;
177
- }
178
- .v-list-item__append .v-list-item__spacer {
179
- order: -1;
180
- transition: 150ms width cubic-bezier(0.4, 0, 0.2, 1);
181
- }
182
- .v-list-item__append > .v-badge ~ .v-list-item__spacer,
183
- .v-list-item__append > .v-icon ~ .v-list-item__spacer,
184
- .v-list-item__append > .v-tooltip ~ .v-list-item__spacer {
185
- width: 32px;
186
- }
187
- .v-list-item__append > .v-avatar ~ .v-list-item__spacer,
188
- .v-list-item__append > .v-badge:is(:has(.v-avatar)) ~ .v-list-item__spacer {
189
- width: 16px;
190
- }
191
- .v-list-item__append > .v-list-item-action ~ .v-list-item__spacer {
192
- width: 16px;
193
- }
194
- .v-list-item--slim .v-list-item__append > .v-badge ~ .v-list-item__spacer,
195
- .v-list-item--slim .v-list-item__append > .v-icon ~ .v-list-item__spacer,
196
- .v-list-item--slim .v-list-item__append > .v-tooltip ~ .v-list-item__spacer {
197
- width: 20px;
198
- }
199
- .v-list-item--slim .v-list-item__append > .v-avatar ~ .v-list-item__spacer,
200
- .v-list-item--slim .v-list-item__append > .v-badge:is(:has(.v-avatar)) ~ .v-list-item__spacer {
201
- width: 4px;
202
- }
203
- .v-list-item--slim .v-list-item__append > .v-list-item-action ~ .v-list-item__spacer {
204
- width: 4px;
205
- }
206
- .v-list-item--three-line .v-list-item__append {
207
- align-self: start;
208
- }
209
-
210
- .v-list-item__content {
211
- align-self: center;
212
- grid-area: content;
213
- overflow: hidden;
214
- min-width: 40px;
215
- }
216
-
217
- .v-list-item-action {
218
- align-self: center;
219
- display: flex;
220
- align-items: center;
221
- flex: none;
222
- transition: inherit;
223
- transition-property: height, width;
224
- }
225
- .v-list-item-action--start {
226
- margin-inline-end: 8px;
227
- margin-inline-start: -8px;
228
- }
229
- .v-list-item-action--end {
230
- margin-inline-start: 8px;
231
- margin-inline-end: -8px;
232
- }
233
-
234
- .v-list-item-media {
235
- margin-top: 0;
236
- margin-bottom: 0;
237
- }
238
- .v-list-item-media--start {
239
- margin-inline-end: 16px;
240
- }
241
- .v-list-item-media--end {
242
- margin-inline-start: 16px;
243
- }
244
- .v-list-item--two-line .v-list-item-media {
245
- margin-top: -4px;
246
- margin-bottom: -4px;
247
- }
248
- .v-list-item--three-line .v-list-item-media {
249
- margin-top: 0;
250
- margin-bottom: 0;
251
- }
252
-
253
- .v-list-item-subtitle {
254
- -webkit-box-orient: vertical;
255
- display: -webkit-box;
256
- opacity: var(--v-list-item-subtitle-opacity, var(--v-medium-emphasis-opacity));
257
- overflow: hidden;
258
- padding: 0;
259
- text-overflow: ellipsis;
260
- overflow-wrap: break-word;
261
- word-break: initial;
262
- }
263
- .v-list-item--one-line .v-list-item-subtitle {
264
- -webkit-line-clamp: 1;
265
- }
266
- .v-list-item--two-line .v-list-item-subtitle {
267
- -webkit-line-clamp: 2;
268
- }
269
- .v-list-item--three-line .v-list-item-subtitle {
270
- -webkit-line-clamp: 3;
271
- }
272
- .v-list-item-subtitle {
273
- font-size: 0.875rem;
274
- font-weight: 400;
275
- letter-spacing: 0.0178571429em;
276
- line-height: 1rem;
277
- text-transform: none;
278
- }
279
- .v-list-item--nav .v-list-item-subtitle {
280
- font-size: 0.75rem;
281
- font-weight: 400;
282
- letter-spacing: 0.0178571429em;
283
- line-height: 1rem;
284
- }
285
-
286
- .v-list-item-title {
287
- hyphens: auto;
288
- overflow-wrap: normal;
289
- overflow: hidden;
290
- padding: 0;
291
- white-space: nowrap;
292
- text-overflow: ellipsis;
293
- word-break: normal;
294
- word-wrap: break-word;
295
- }
296
- .v-list-item-title {
297
- font-size: 1rem;
298
- font-weight: 400;
299
- letter-spacing: 0.009375em;
300
- line-height: 1.5;
301
- text-transform: none;
302
- }
303
- .v-list-item--nav .v-list-item-title {
304
- font-size: 0.8125rem;
305
- font-weight: 500;
306
- letter-spacing: normal;
307
- line-height: 1rem;
308
- }
309
-
310
- .v-list-item--density-default {
311
- min-height: 40px;
312
- }
313
- .v-list-item--density-default.v-list-item--one-line {
314
- min-height: 48px;
315
- padding-top: 4px;
316
- padding-bottom: 4px;
317
- }
318
- .v-list-item--density-default.v-list-item--two-line {
319
- min-height: 64px;
320
- padding-top: 12px;
321
- padding-bottom: 12px;
322
- }
323
- .v-list-item--density-default.v-list-item--three-line {
324
- min-height: 88px;
325
- padding-top: 16px;
326
- padding-bottom: 16px;
327
- }
328
- .v-list-item--density-default.v-list-item--three-line .v-list-item__prepend,
329
- .v-list-item--density-default.v-list-item--three-line .v-list-item__append {
330
- padding-top: 8px;
331
- }
332
- .v-list-item--density-default:not(.v-list-item--nav).v-list-item--one-line {
333
- padding-inline: 16px;
334
- }
335
- .v-list-item--density-default:not(.v-list-item--nav).v-list-item--two-line {
336
- padding-inline: 16px;
337
- }
338
- .v-list-item--density-default:not(.v-list-item--nav).v-list-item--three-line {
339
- padding-inline: 16px;
340
- }
341
-
342
- .v-list-item--density-comfortable {
343
- min-height: 36px;
344
- }
345
- .v-list-item--density-comfortable.v-list-item--one-line {
346
- min-height: 44px;
347
- }
348
- .v-list-item--density-comfortable.v-list-item--two-line {
349
- min-height: 60px;
350
- padding-top: 8px;
351
- padding-bottom: 8px;
352
- }
353
- .v-list-item--density-comfortable.v-list-item--three-line {
354
- min-height: 84px;
355
- padding-top: 12px;
356
- padding-bottom: 12px;
357
- }
358
- .v-list-item--density-comfortable.v-list-item--three-line .v-list-item__prepend,
359
- .v-list-item--density-comfortable.v-list-item--three-line .v-list-item__append {
360
- padding-top: 6px;
361
- }
362
- .v-list-item--density-comfortable:not(.v-list-item--nav).v-list-item--one-line {
363
- padding-inline: 16px;
364
- }
365
- .v-list-item--density-comfortable:not(.v-list-item--nav).v-list-item--two-line {
366
- padding-inline: 16px;
367
- }
368
- .v-list-item--density-comfortable:not(.v-list-item--nav).v-list-item--three-line {
369
- padding-inline: 16px;
370
- }
371
-
372
- .v-list-item--density-compact {
373
- min-height: 32px;
374
- }
375
- .v-list-item--density-compact.v-list-item--one-line {
376
- min-height: 40px;
377
- }
378
- .v-list-item--density-compact.v-list-item--two-line {
379
- min-height: 56px;
380
- padding-top: 4px;
381
- padding-bottom: 4px;
382
- }
383
- .v-list-item--density-compact.v-list-item--three-line {
384
- min-height: 80px;
385
- padding-top: 8px;
386
- padding-bottom: 8px;
387
- }
388
- .v-list-item--density-compact.v-list-item--three-line .v-list-item__prepend,
389
- .v-list-item--density-compact.v-list-item--three-line .v-list-item__append {
390
- padding-top: 4px;
391
- }
392
- .v-list-item--density-compact:not(.v-list-item--nav).v-list-item--one-line {
393
- padding-inline: 16px;
394
- }
395
- .v-list-item--density-compact:not(.v-list-item--nav).v-list-item--two-line {
396
- padding-inline: 16px;
397
- }
398
- .v-list-item--density-compact:not(.v-list-item--nav).v-list-item--three-line {
399
- padding-inline: 16px;
400
- }
401
-
402
- .v-list-item--nav {
403
- padding-inline: 8px;
404
- }
405
- .v-list .v-list-item--nav:not(:only-child) {
406
- margin-bottom: 4px;
407
- }
408
-
409
- .v-list-item__underlay {
410
- position: absolute;
411
- }
412
-
413
- .v-list-item__overlay {
414
- background-color: currentColor;
415
- border-radius: inherit;
416
- bottom: 0;
417
- left: 0;
418
- opacity: 0;
419
- pointer-events: none;
420
- position: absolute;
421
- right: 0;
422
- top: 0;
423
- transition: opacity 0.2s ease-in-out;
424
- }
425
- .v-list-item--active.v-list-item--variant-elevated .v-list-item__overlay {
426
- --v-theme-overlay-multiplier: 0;
427
- }
428
-
429
- .v-list {
430
- --indent-padding: 0px;
431
- }
432
- .v-list--nav {
433
- --indent-padding: -8px;
434
- }
435
-
436
- .v-list-group {
437
- --list-indent-size: 16px;
438
- --parent-padding: var(--indent-padding);
439
- --prepend-width: 40px;
440
- }
441
- .v-list--slim .v-list-group {
442
- --prepend-width: 28px;
443
- }
444
- .v-list-group--fluid {
445
- --list-indent-size: 0px;
446
- }
447
- .v-list-group--prepend {
448
- --parent-padding: calc(var(--indent-padding) + var(--prepend-width));
449
- }
450
- .v-list-group--fluid.v-list-group--prepend {
451
- --parent-padding: var(--indent-padding);
452
- }
453
-
454
- .v-list-group__items {
455
- --indent-padding: calc(var(--parent-padding) + var(--list-indent-size));
456
- min-width: min-content;
457
- }
458
-
459
- .v-list-group__items .v-list-item {
460
- padding-inline-start: calc(16px + var(--indent-padding)) !important;
461
- }
462
-
463
- .v-list-group__header:not(.v-treeview-item--activatable-group-activator).v-list-item--active:not(:focus-visible) .v-list-item__overlay {
464
- opacity: 0;
444
+ @layer vuetify.overrides {
445
+ .v-list-group__items .v-list-item {
446
+ padding-inline-start: calc(16px + var(--indent-padding));
447
+ }
465
448
  }
466
- .v-list-group__header:not(.v-treeview-item--activatable-group-activator).v-list-item--active:hover .v-list-item__overlay {
467
- opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
449
+ @layer vuetify.components {
450
+ .v-list-group__header:not(.v-treeview-item--activatable-group-activator).v-list-item--active:not(:focus-visible) .v-list-item__overlay {
451
+ opacity: 0;
452
+ }
453
+ .v-list-group__header:not(.v-treeview-item--activatable-group-activator).v-list-item--active:hover .v-list-item__overlay {
454
+ opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
455
+ }
468
456
  }