Commit 119ce267 authored by Kevin Kirsche's avatar Kevin Kirsche

[Fix Issue #15682] .caret is smaller in Firefox than other browsers

[Fix Issue twbs/bootstrap#15682] .caret is smaller in Firefox than other browsers
parent a7747ded
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
height: 0; height: 0;
margin-left: 2px; margin-left: 2px;
vertical-align: middle; vertical-align: middle;
border-top: @caret-width-base solid; border-top: @caret-width-base dashed;
border-right: @caret-width-base solid transparent; border-right: @caret-width-base solid transparent;
border-left: @caret-width-base solid transparent; border-left: @caret-width-base solid transparent;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment