Kaynağa Gözat

Fix border 1px issue in light theme

afc163 7 yıl önce
ebeveyn
işleme
57cb464f9e
1 değiştirilmiş dosya ile 3 ekleme ve 0 silme
  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;
+    }
   }
 }