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
1 changed files with 6 additions and 0 deletions

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