Showing
1 changed file
with
9 additions
and
3 deletions
| ... | ... | @@ -90,7 +90,7 @@ |
| 90 | 90 | line-height: 22px; |
| 91 | 91 | margin: 0 4px; |
| 92 | 92 | flex: 1; |
| 93 | - color: @N9; | |
| 93 | + color: @N7; | |
| 94 | 94 | display: flex; |
| 95 | 95 | align-items: center; |
| 96 | 96 | overflow: hidden; |
| ... | ... | @@ -118,8 +118,14 @@ |
| 118 | 118 | .ant-dropdown-menu .ant-dropdown-menu-title-content { |
| 119 | 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 { | |
| 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 | } | ... | ... |