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
f330de0b
Commit
f330de0b
authored
13 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
add comment for append/prepend z-indexing
parent
281e058e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
less/forms.less
+1
-0
less/forms.less
with
1 addition
and
0 deletions
+1
-0
less/forms.less
+
1
-
0
View file @
f330de0b
...
@@ -368,6 +368,7 @@ select:focus:required:invalid {
...
@@ -368,6 +368,7 @@ select:focus:required:invalid {
*margin-left: 0;
*margin-left: 0;
vertical-align: middle;
vertical-align: middle;
.border-radius(0 3px 3px 0);
.border-radius(0 3px 3px 0);
// Make input on top when focused so blue border and shadow always show
&:focus {
&:focus {
position: relative;
position: relative;
z-index: 2;
z-index: 2;
...
...
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