Forráskód Böngészése

theme color update

marymelisa 4 éve
szülő
commit
f62096831f
1 módosított fájl, 5 hozzáadás és 1 törlés
  1. 5 1
      src/assets/styles/mixin.less

+ 5 - 1
src/assets/styles/mixin.less

@@ -684,7 +684,7 @@
     }
     .ant-select-arrow {
         right: 8px;
-        color: @m-blue0;
+        color: @m-grey1;
     }
 }
 .inlineFormSelect.ant-select-single {
@@ -2465,3 +2465,7 @@ input:-internal-autofill-selected {
   color: @m-white8;
 }
 
+
+.ant-select-tree-dropdown .ant-select-tree li .ant-select-tree-node-content-wrapper.ant-select-tree-node-selected {
+     background: transparent !important;
+ }