Commit e96fa06df33664eee588177ba43189c894aa42ff
1 parent
c7921e5f
update Cascader style
update Cascader style
Showing
2 changed files
with
2 additions
and
1 deletions
Show diff stats
src/styles/components/cascader.less
src/styles/themes/default/custom.less
... | ... | @@ -95,7 +95,7 @@ |
95 | 95 | @input-padding-vertical-small: 1px; |
96 | 96 | @input-padding-vertical-large: 6px; |
97 | 97 | |
98 | -@input-placeholder-color : #ccc; | |
98 | +@input-placeholder-color : @btn-disable-color; | |
99 | 99 | @input-color : @text-color; |
100 | 100 | @input-border-color : @border-color-base; |
101 | 101 | @input-bg : #fff; | ... | ... |