Skip to content
GitLab
Explore
Projects
Groups
Snippets
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
87e99b51
Commit
87e99b51
authored
9 years ago
by
Simon Pai
Browse files
Options
Download
Email Patches
Plain Diff
Fix asymmetry between dropup and dropdown carets.
parent
6e8df2ba
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
less/dropdowns.less
+2
-1
less/dropdowns.less
with
2 additions
and
1 deletion
+2
-1
less/dropdowns.less
+
2
-
1
View file @
87e99b51
...
@@ -185,7 +185,8 @@
...
@@ -185,7 +185,8 @@
// Reverse the caret
// Reverse the caret
.caret {
.caret {
border-top: 0;
border-top: 0;
border-bottom: @caret-width-base solid;
border-bottom: @caret-width-base dashed;
border-bottom: @caret-width-base solid ~"\9"; // IE8
content: "";
content: "";
}
}
// Different positioning for bottom up menu
// Different positioning for bottom up menu
...
...
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
Menu
Explore
Projects
Groups
Snippets