瀏覽代碼

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
Kevin Jacoby 4 年之前
父節點
當前提交
b9c77c074e
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      build/scss/_main-sidebar.scss

+ 1 - 0
build/scss/_main-sidebar.scss

@@ -105,6 +105,7 @@
   .menu-open,
   .menu-is-opening {
     > .nav-link {
+      svg.right,
       i.right {
         @include rotate(-90deg);
       }