Skip to content

Commit cd193e4

Browse files
committed
fix(VSelectList): correct mask class
1 parent f50a808 commit cd193e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vuetify/src/components/VSelect/VSelectList.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ export default mixins(Colorable, Themeable).extend({
120120
return this.$createElement(VSubheader, { props }, props.header)
121121
},
122122
genHighlight (text: string) {
123-
return this.$createElement('span', { staticClass: 'v-list__tile__mask' }, text)
123+
return this.$createElement('span', { staticClass: 'v-list-item__mask' }, text)
124124
},
125125
getMaskedCharacters (text: string): {
126126
start: string

0 commit comments

Comments
 (0)