mirror of https://github.com/ColorlibHQ/AdminLTE
Support SVG Font Awesome icon in main sidebar
This commits adds support for SVG Font Awesome icon within the main sidebar. Font Awesome translate i tags to svg tags, resulting in the angle icon not rotating in the sidebar. Fixes #3532pull/3540/head
parent
c641d7f571
commit
b9c77c074e
|
@ -105,6 +105,7 @@
|
||||||
.menu-open,
|
.menu-open,
|
||||||
.menu-is-opening {
|
.menu-is-opening {
|
||||||
> .nav-link {
|
> .nav-link {
|
||||||
|
svg.right,
|
||||||
i.right {
|
i.right {
|
||||||
@include rotate(-90deg);
|
@include rotate(-90deg);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue