Commit 0cf14b37 authored by Mark Otto's avatar Mark Otto

Merge pull request #15697 from kkirsche/patch-6

[Fix Issue #15682] .caret is smaller in Firefox than other browsers
parents 2fad6e8d 119ce267
......@@ -10,7 +10,7 @@
height: 0;
margin-left: 2px;
vertical-align: middle;
border-top: @caret-width-base solid;
border-top: @caret-width-base dashed;
border-right: @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