0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-12-01 13:24:25 +01:00

Fix form-control-feedback position when label has sr-only class

This commit is contained in:
Sean Dwyer 2014-04-10 17:43:53 -07:00
parent ee7498a693
commit 3777ef007d

View File

@ -322,6 +322,12 @@ input[type="checkbox"],
}
// Reposition feedback icon if label is hidden with "screenreader only" state
.has-feedback label.sr-only ~ .form-control-feedback {
top: 0;
}
// Static form control text
//
// Apply class to a `p` element to make any string of text align with labels in