We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f41fa5 commit b3b4831Copy full SHA for b3b4831
components/input/style/index.less
@@ -32,11 +32,33 @@
32
}
33
34
.@{ant-prefix}-input-password-icon {
35
+ color: @text-color-secondary;
36
cursor: pointer;
37
transition: all 0.3s;
38
+
39
&:hover {
40
color: #333;
41
42
43
44
+.@{ant-prefix}-input-clear-icon {
45
+ color: @disabled-color;
46
+ font-size: @font-size-sm;
47
+ vertical-align: top;
48
+ cursor: pointer;
49
+ transition: color 0.3s;
50
51
+ &:hover {
52
53
+ }
54
55
+ &:active {
56
+ color: @text-color;
57
58
59
+ + i {
60
+ margin-left: 6px;
61
62
+}
63
64
@import './search-input';
0 commit comments