Skip to content

Commit

Permalink
Bring over changes from #30966 and add to them to tighten things up
Browse files Browse the repository at this point in the history
  • Loading branch information
mdo committed Oct 20, 2020
1 parent c1ce0b3 commit 6b56ee5
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion scss/forms/_floating-labels.scss
Expand Up @@ -53,8 +53,16 @@
//

@supports (-ms-ime-align: auto) {
.form-floating {
display: flex;
flex-direction: column-reverse;
}
.form-floating > label {
display: none;
position: static;
padding: 0;
margin-bottom: calc(#{$form-floating-padding-y} / 2);
border: 0;
@include transition(none);
}
.form-floating > .form-control::-ms-input-placeholder {
color: $input-placeholder-color;
Expand Down

0 comments on commit 6b56ee5

Please sign in to comment.