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