File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
packages/vuetify/src/components/VProgressLinear Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 28
28
width : 100%
29
29
transition-property : width, left , right
30
30
transition : inherit
31
-
31
+
32
32
@media (forced-colors : active )
33
33
.v-progress-linear__buffer
34
34
background-color : highlight
40
40
height : 100%
41
41
justify-content : center
42
42
left : 0
43
- pointer-events : none
44
43
position : absolute
45
44
top : 0
46
45
width : 100%
47
46
47
+ .v-progress-linear--clickable
48
+ .v-progress-linear__content
49
+ pointer-events : none
50
+
48
51
.v-progress-linear__determinate ,
49
52
.v-progress-linear__indeterminate
50
53
background : $progress-linear-background
Original file line number Diff line number Diff line change @@ -121,6 +121,7 @@ export const VProgressLinear = genericComponent<VProgressLinearSlots>()({
121
121
'v-progress-linear--rounded' : props . rounded ,
122
122
'v-progress-linear--rounded-bar' : props . roundedBar ,
123
123
'v-progress-linear--striped' : props . striped ,
124
+ 'v-progress-linear--clickable' : props . clickable ,
124
125
} ,
125
126
roundedClasses . value ,
126
127
themeClasses . value ,
You can’t perform that action at this time.
0 commit comments