Преглед изворни кода

Fix border 1px issue in light theme

afc163 пре 7 година
родитељ
комит
57cb464f9e
1 измењених фајлова са 3 додато и 0 уклоњено
  1. 3 0
      src/components/SiderMenu/index.less

+ 3 - 0
src/components/SiderMenu/index.less

@@ -45,6 +45,9 @@
         color: @primary-color;
       }
     }
+    :global(.ant-menu-light) {
+      border-right-color: transparent;
+    }
   }
 }