Commit 3777ef00 authored by Sean Dwyer's avatar Sean Dwyer
Browse files

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

parent ee7498a6
Showing with 6 additions and 0 deletions
+6 -0
...@@ -322,6 +322,12 @@ input[type="checkbox"], ...@@ -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 // Static form control text
// //
// Apply class to a `p` element to make any string of text align with labels in // Apply class to a `p` element to make any string of text align with labels in
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment