mirror of
https://github.com/twbs/bootstrap.git
synced 2025-03-21 13:29:00 +01:00
v4 Examples/Floating-labels: fix bad behavior with autofill
This commit is contained in:
parent
a1b2071fe0
commit
61b5efbaf7
@ -103,6 +103,13 @@ body {
|
||||
color: #777;
|
||||
}
|
||||
|
||||
.form-label-group input:-webkit-autofill ~ label {
|
||||
padding-top: .25rem;
|
||||
padding-bottom: .25rem;
|
||||
font-size: 12px;
|
||||
color: #777;
|
||||
}
|
||||
|
||||
/* Fallback for Edge
|
||||
-------------------------------------------------- */
|
||||
@supports (-ms-ime-align: auto) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user