mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-21 06:50:24 +00:00
Merge pull request #16614 from simonpai/simonpai-patch-1
Fix asymmetry between dropup and dropdown carets.
This commit is contained in:
commit
e11f7ffa79
1 changed files with 2 additions and 1 deletions
|
|
@ -185,7 +185,8 @@
|
|||
// Reverse the caret
|
||||
.caret {
|
||||
border-top: 0;
|
||||
border-bottom: @caret-width-base solid;
|
||||
border-bottom: @caret-width-base dashed;
|
||||
border-bottom: @caret-width-base solid ~"\9"; // IE8
|
||||
content: "";
|
||||
}
|
||||
// Different positioning for bottom up menu
|
||||
|
|
|
|||
Loading…
Reference in a new issue