Commit 3ac75088e0281cfae0d5103fb2f9e1aca6629b8b

Authored by qiang.tian
2 parents 816e8193 979b323e

Merge branch 'feature/dataflow' of http://gitlab.qgutech.com/tianqiang/qx-common…

… into feature/dataflow
@@ -90,7 +90,7 @@ @@ -90,7 +90,7 @@
90 line-height: 22px; 90 line-height: 22px;
91 margin: 0 4px; 91 margin: 0 4px;
92 flex: 1; 92 flex: 1;
93 - color: @N9; 93 + color: @N7;
94 display: flex; 94 display: flex;
95 align-items: center; 95 align-items: center;
96 overflow: hidden; 96 overflow: hidden;
@@ -118,8 +118,14 @@ @@ -118,8 +118,14 @@
118 .ant-dropdown-menu .ant-dropdown-menu-title-content { 118 .ant-dropdown-menu .ant-dropdown-menu-title-content {
119 flex: unset; 119 flex: unset;
120 } 120 }
121 - .ant-btn-default:not(:disabled):not(.ant-btn-disabled):hover {  
122 - color: unset; 121 +}
  122 +
  123 +.qx-input-select__button.ant-btn-default:disabled {
  124 + .qx-form-select__input-prefix, .qx-input-select__button-main, .qx-input-select__button-svg {
  125 + color: @N6;
123 } 126 }
  127 +}
124 128
  129 +.qx-input-select__button.ant-btn-default:not(:disabled):not(.ant-btn-disabled):hover {
  130 + color: unset;
125 } 131 }