Skip to content

Commit f856186

Browse files
committed
chore(VInput): fix sass syntax error
introduced in 9caab87
1 parent b0cf5f0 commit f856186

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vuetify/src/components/VInput/VInput.sass

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
opacity: var(--v-medium-emphasis-opacity)
6262

6363
.v-input--disabled &,
64-
.v-input--error &,
64+
.v-input--error &
6565
> .v-icon,
6666
.v-messages
6767
opacity: 1

0 commit comments

Comments
 (0)