Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
3cf73d55
Commit
3cf73d55
authored
Apr 17, 2015
by
Chris
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #7721 from edx/clrux/UX-1953-dropdown-fix
Fixed caret position for LTR and RTL (SOL-693)
parents
f67cb76f
e3dba5fb
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
lms/static/sass/discussion/elements/_actions.scss
+1
-1
lms/static/sass/multicourse/_dashboard.scss
+1
-2
No files found.
lms/static/sass/discussion/elements/_actions.scss
View file @
3cf73d55
...
@@ -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
;
...
...
lms/static/sass/multicourse/_dashboard.scss
View file @
3cf73d55
...
@@ -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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment