mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-17 19:21:23 +03:00
Fix form-control-feedback position when label has sr-only class
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user