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

Merge pull request #15697 from kkirsche/patch-6

[Fix Issue #15682] .caret is smaller in Firefox than other browsers
parents 2fad6e8d 119ce267
Showing with 1 addition and 1 deletion
+1 -1
...@@ -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;
} }
......
Supports Markdown
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