File tree 1 file changed +1
-2
lines changed
1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 17
17
height : 100% ; // allow textareas
18
18
padding : $form-floating-padding-y $form-floating-padding-x ;
19
19
overflow : hidden ;
20
+ color : rgba (var (--#{$prefix}body-color-rgb ), #{$form-floating-label-opacity } );
20
21
text-align : start ;
21
22
text-overflow : ellipsis ;
22
23
white-space : nowrap ;
56
57
> .form-control-plaintext ,
57
58
> .form-select {
58
59
~ label {
59
- color : rgba (var (--#{$prefix}body-color-rgb ), #{$form-floating-label-opacity } );
60
60
transform : $form-floating-label-transform ;
61
61
62
62
& ::after {
73
73
// Duplicated because `:-webkit-autofill` invalidates other selectors when grouped
74
74
> .form-control :-webkit-autofill {
75
75
~ label {
76
- color : rgba (var (--#{$prefix}body-color-rgb ), #{$form-floating-label-opacity } );
77
76
transform : $form-floating-label-transform ;
78
77
}
79
78
}
You can’t perform that action at this time.
0 commit comments