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

Fixed import styling issues in react-wrapped less file

Nidhi Bhat G пре 3 година
родитељ
комит
edb95c36e5

+ 1 - 1
desktop/core/src/desktop/js/reactComponents/FileChooser/FileSystemList/FileSystemList.scss

@@ -35,4 +35,4 @@
 
 .ant-menu-item-selected {
   background-color: $fluid-gray-300 !important;
-}
+}

+ 3 - 3
desktop/core/src/desktop/static/desktop/less/root-wrapped-antd.less

@@ -19,7 +19,7 @@
   @import 'node_modules/antd/es/button/style/index.less';
   @import 'node_modules/antd/es/modal/style/index.less';
   @import 'node_modules/antd/es/skeleton/style/index.less';
-  @import 'node_modules/antd/es/menu/style/index.less'; 
+  @import 'node_modules/antd/es/menu/style/index.less';
 
   /* stylelint-enable no-invalid-position-at-import-rule */
 
@@ -39,6 +39,6 @@ body.ant-scrolling-effect {
   width: 100% !important;
 }
 
-
-@import 'antd/es/menu/style/index.less';                               
+/* stylelint-disable no-invalid-position-at-import-rule */
+@import 'antd/es/menu/style/index.less';
 @import 'antd/es/style/core/motion.less';