From 766f700b48cb56b960b04abb363489d8c6470f95 Mon Sep 17 00:00:00 2001 From: Chris Rodriguez Date: Thu, 16 Apr 2015 11:18:59 -0400 Subject: [PATCH 1/2] Fixed caret position for LTR and RTL (SOL-693) --- lms/static/sass/discussion/elements/_actions.scss | 2 +- lms/static/sass/multicourse/_dashboard.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lms/static/sass/discussion/elements/_actions.scss b/lms/static/sass/discussion/elements/_actions.scss index 885bfc81b4..a6f0ca4e6b 100644 --- a/lms/static/sass/discussion/elements/_actions.scss +++ b/lms/static/sass/discussion/elements/_actions.scss @@ -58,7 +58,7 @@ &:after, &:before { bottom: 100%; - @include right(3px); + right: 6px; border: solid transparent; content: " "; height: 0; diff --git a/lms/static/sass/multicourse/_dashboard.scss b/lms/static/sass/multicourse/_dashboard.scss index 3544fb0eac..fd618befc6 100644 --- a/lms/static/sass/multicourse/_dashboard.scss +++ b/lms/static/sass/multicourse/_dashboard.scss @@ -479,7 +479,7 @@ &:after, &:before { bottom: 100%; - @include right(3px); + right: 6px; border: solid transparent; content: " "; height: 0; From e3dba5fb32b957512509813992c95849002d18d9 Mon Sep 17 00:00:00 2001 From: Chris Rodriguez Date: Thu, 16 Apr 2015 11:55:01 -0400 Subject: [PATCH 2/2] Fixed z-index for social action dropdown (TNL-1806) --- lms/static/sass/multicourse/_dashboard.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/lms/static/sass/multicourse/_dashboard.scss b/lms/static/sass/multicourse/_dashboard.scss index fd618befc6..10727a9771 100644 --- a/lms/static/sass/multicourse/_dashboard.scss +++ b/lms/static/sass/multicourse/_dashboard.scss @@ -298,7 +298,6 @@ @include transition(all 0.15s linear 0s); @include clearfix(); @extend %ui-depth2; - position: relative; margin: ($baseline/2); .details {