File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
packages/vuetify/src/components/VTextField Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 226
226
> .v-input__control > .v-input__slot
227
227
min-height : 40px
228
228
229
- & --filled ,
230
229
& --outlined
231
230
border-radius : $text-field-border-radius
232
231
250
249
top : 11px
251
250
252
251
& --filled
253
- border-radius : 4 px 4 px 0 0
252
+ border-radius : $ text-field-border-radius $ text-field-border-radius 0 0
254
253
255
254
& :not (.v-text-field--single-line )
256
255
input
257
256
margin-top : 22px
258
257
259
258
& .v-input--dense :not (.v-text-field--single-line )
260
- input
261
- margin-top : 20px
262
-
263
259
& .v-text-field--outlined
264
260
input
265
261
margin-top : 0
315
311
flex-direction : row-reverse
316
312
317
313
& --outlined ,
314
+ & --solo ,
318
315
& --rounded
319
316
& > .v-input__control > .v-input__slot
320
317
& :before ,
321
318
& :after
322
319
display : none
323
320
321
+ & --outlined ,
322
+ & --solo
323
+ border-radius : $text-field-border-radius
324
+
324
325
& --outlined
325
326
margin-bottom : 16px
326
327
transition : border $primary-transition
You can’t perform that action at this time.
0 commit comments