Fixed caret position for LTR and RTL (SOL-693)

This commit is contained in:
Chris Rodriguez
2015-04-16 11:18:59 -04:00
parent 4a27e8b6cc
commit 766f700b48
2 changed files with 2 additions and 2 deletions

View File

@@ -58,7 +58,7 @@
&:after,
&:before {
bottom: 100%;
@include right(3px);
right: 6px;
border: solid transparent;
content: " ";
height: 0;

View File

@@ -479,7 +479,7 @@
&:after,
&:before {
bottom: 100%;
@include right(3px);
right: 6px;
border: solid transparent;
content: " ";
height: 0;