Skip to content

Commit

Permalink
refactor(VField): changes from feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
johnleider committed Aug 30, 2023
1 parent df36031 commit d54607b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/vuetify/src/components/VField/VField.sass
Original file line number Diff line number Diff line change
Expand Up @@ -431,6 +431,12 @@
right: 0
width: 100%

.v-field--variant-outlined &
top: calc(100% - 2px)

.v-field--variant-outlined.v-field--focused &
top: calc(100% - 3px)

/* endregion */
/* region OVERLAY */
.v-field__overlay
Expand Down

0 comments on commit d54607b

Please sign in to comment.