Commit 3cf73d55 by Chris

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

Fixed caret position for LTR and RTL (SOL-693)
parents f67cb76f e3dba5fb
...@@ -58,7 +58,7 @@ ...@@ -58,7 +58,7 @@
&:after, &:after,
&:before { &:before {
bottom: 100%; bottom: 100%;
@include right(3px); right: 6px;
border: solid transparent; border: solid transparent;
content: " "; content: " ";
height: 0; height: 0;
......
...@@ -298,7 +298,6 @@ ...@@ -298,7 +298,6 @@
@include transition(all 0.15s linear 0s); @include transition(all 0.15s linear 0s);
@include clearfix(); @include clearfix();
@extend %ui-depth2; @extend %ui-depth2;
position: relative;
margin: ($baseline/2); margin: ($baseline/2);
.details { .details {
...@@ -479,7 +478,7 @@ ...@@ -479,7 +478,7 @@
&:after, &:after,
&:before { &:before {
bottom: 100%; bottom: 100%;
@include right(3px); right: 6px;
border: solid transparent; border: solid transparent;
content: " "; content: " ";
height: 0; height: 0;
......
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