Переглянути джерело

Fix border 1px issue in light theme

afc163 8 роки тому
батько
коміт
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;
+    }
   }
 }