Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
3777ef00
Commit
3777ef00
authored
10 years ago
by
Sean Dwyer
Browse files
Options
Download
Email Patches
Plain Diff
Fix form-control-feedback position when label has sr-only class
parent
ee7498a6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
less/forms.less
+6
-0
less/forms.less
with
6 additions
and
0 deletions
+6
-0
less/forms.less
+
6
-
0
View file @
3777ef00
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment