Merge pull request #7721 from edx/clrux/UX-1953-dropdown-fix

Fixed caret position for LTR and RTL (SOL-693)
This commit is contained in:
Chris
2015-04-17 14:20:42 -04:00
2 changed files with 2 additions and 3 deletions

View File

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

View File

@@ -298,7 +298,6 @@
@include transition(all 0.15s linear 0s);
@include clearfix();
@extend %ui-depth2;
position: relative;
margin: ($baseline/2);
.details {
@@ -479,7 +478,7 @@
&:after,
&:before {
bottom: 100%;
@include right(3px);
right: 6px;
border: solid transparent;
content: " ";
height: 0;