marymelisa преди 4 години
родител
ревизия
f62096831f
променени са 1 файла, в които са добавени 5 реда и са изтрити 1 реда
  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;
+ }