Skip to content

Commit

Permalink
Use the chevron right in the admin. (OrchardCMS#538)
Browse files Browse the repository at this point in the history
  • Loading branch information
jtkech authored and sebastienros committed Jan 20, 2017
1 parent 927ec0d commit 810818d
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ $link-padding: $font-size-root;

// Rotate the chevron's icon when the menu is active
input[type=checkbox]:checked + label > .chevron > i {
transform: rotate(-90deg);
transform: rotate(90deg);
transition-duration: 0.2s;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6288,7 +6288,7 @@ a.text-gray-dark:focus, a.text-gray-dark:hover {
margin: 0;
padding: 0; }
.ta-wrapper #ta-left-sidebar input[type=checkbox]:checked + label > .chevron > i {
transform: rotate(-90deg);
transform: rotate(90deg);
transition-duration: 0.2s; }
.ta-wrapper #ta-left-sidebar input[type=checkbox] + label > .chevron > i {
transition-duration: 0.2s; }
Expand Down

Large diffs are not rendered by default.

Binary file not shown.

0 comments on commit 810818d

Please sign in to comment.