Skip to content

Commit

Permalink
Fix sidebar li.active fa-angle-left rotate.
Browse files Browse the repository at this point in the history
  • Loading branch information
leoncheek committed Sep 4, 2016
1 parent be11566 commit 30f9916
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/less/sidebar.less
Expand Up @@ -121,7 +121,7 @@
margin-right: 10px;
}
li.active {
> a > .fa-angle-left
> a > .fa-angle-left,
> a > .pull-right-container > .fa-angle-left {
.rotate(-90deg);
}
Expand Down
3 changes: 2 additions & 1 deletion dist/css/AdminLTE.css
Expand Up @@ -543,7 +543,8 @@ a:focus {
padding: 0;
margin-right: 10px;
}
.sidebar-menu li.active > a > .fa-angle-left > a > .pull-right-container > .fa-angle-left {
.sidebar-menu li.active > a > .fa-angle-left,
.sidebar-menu li.active > a > .pull-right-container > .fa-angle-left {
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
Expand Down
2 changes: 1 addition & 1 deletion dist/css/AdminLTE.min.css

Large diffs are not rendered by default.

0 comments on commit 30f9916

Please sign in to comment.