fix: inputnumber handler background in dark (#26072)

This commit is contained in:
xrkffgg 2020-08-07 09:57:52 +08:00 committed by GitHub
parent 53ef8bed92
commit 1ade6da9cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -262,7 +262,6 @@
@input-bg: transparent;
@input-placeholder-color: fade(@white, 30%);
@input-icon-color: fade(@white, 30%);
@input-number-handler-bg: transparent;
@input-number-handler-active-bg: @item-hover-bg;
@input-icon-hover-color: fade(@white, 85%);