From 88bf1e0d347954aaa3e00855de06c73b1e3bc3c3 Mon Sep 17 00:00:00 2001 From: danranvm Date: Thu, 1 Sep 2022 10:47:18 +0800 Subject: [PATCH] fix(comp:input): the clear icon should cover the suffix icon --- packages/components/input/style/index.less | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/components/input/style/index.less b/packages/components/input/style/index.less index 603769bf2..4c37a9502 100644 --- a/packages/components/input/style/index.less +++ b/packages/components/input/style/index.less @@ -236,6 +236,7 @@ cursor: pointer; opacity: 0; color: @input-icon-color; + background: @input-background-color; transition: @transition-all-base; &:hover {