123456789101112131415161718192021222324252627 |
- .form-floating {
-
-
-
- > .form-control {
-
-
-
- }
- > .form-control:focus,
- > .form-control:not(:placeholder-shown),
- > .form-select {
- ~ label {
- opacity: $form-floating-label-opacity-alt;
- }
- }
-
- > .form-control:-webkit-autofill {
- ~ label {
- opacity: $form-floating-label-opacity-alt;
- }
- }
- }
|