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..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 { @@ -479,7 +478,7 @@ &:after, &:before { bottom: 100%; - @include right(3px); + right: 6px; border: solid transparent; content: " "; height: 0;