From b9c77c074ec95e010622fd48904db22b23ef9abe Mon Sep 17 00:00:00 2001 From: Kevin Jacoby Date: Fri, 26 Mar 2021 19:01:50 +0100 Subject: [PATCH] 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 #3532 --- build/scss/_main-sidebar.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/build/scss/_main-sidebar.scss b/build/scss/_main-sidebar.scss index fad49d628..4aef9c311 100644 --- a/build/scss/_main-sidebar.scss +++ b/build/scss/_main-sidebar.scss @@ -105,6 +105,7 @@ .menu-open, .menu-is-opening { > .nav-link { + svg.right, i.right { @include rotate(-90deg); }