Skip to content

Commit

Permalink
fix(VField): make loader visible (#18169)
Browse files Browse the repository at this point in the history
fixes #18146

Co-authored-by: John Leider <john@vuetifyjs.com>
  • Loading branch information
yuwu9145 and johnleider committed Aug 30, 2023
1 parent 280691d commit a01e21a
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion packages/vuetify/src/components/VField/VField.sass
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
contain: layout
flex: 1 0
grid-area: control
overflow: hidden
position: relative

&--disabled
Expand Down Expand Up @@ -425,12 +426,18 @@
/* endregion */
/* region LOADER */
.v-field__loader
bottom: 0
top: calc(100% - 2px)
left: 0
position: absolute
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 a01e21a

Please sign in to comment.