mirror of
https://github.com/ant-design/ant-design.git
synced 2025-08-06 16:06:28 +08:00
fix: inputnumber handler background in dark (#26072)
This commit is contained in:
parent
53ef8bed92
commit
1ade6da9cd
@ -262,7 +262,6 @@
|
|||||||
@input-bg: transparent;
|
@input-bg: transparent;
|
||||||
@input-placeholder-color: fade(@white, 30%);
|
@input-placeholder-color: fade(@white, 30%);
|
||||||
@input-icon-color: fade(@white, 30%);
|
@input-icon-color: fade(@white, 30%);
|
||||||
@input-number-handler-bg: transparent;
|
|
||||||
@input-number-handler-active-bg: @item-hover-bg;
|
@input-number-handler-active-bg: @item-hover-bg;
|
||||||
@input-icon-hover-color: fade(@white, 85%);
|
@input-icon-hover-color: fade(@white, 85%);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user