소스 검색

theme color update

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;
+ }