We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 140df95 commit 909dbc5Copy full SHA for 909dbc5
style/web/components/input/_index.less
@@ -78,16 +78,9 @@
78
}
79
80
&.@{prefix}-input--suffix > span.@{prefix}-input__clear {
81
- opacity: 0;
82
- visibility: hidden;
83
transition: @input-inner-transition;
84
85
86
- &.@{prefix}-input--suffix:hover > span.@{prefix}-input__clear {
87
- opacity: 1;
88
- visibility: visible;
89
- }
90
-
91
// 输入框状态
92
.input-status(success);
93
.input-status(warning);
@@ -103,6 +96,11 @@
103
96
cursor: pointer;
104
97
105
98
99
+ .@{prefix}-input__suffix-clear-hidden {
100
+ opacity: 0;
101
+ visibility: hidden;
102
+ }
+
106
// 输入框大小
107
&.@{prefix}-size-l {
108
height: @input-height-l;
0 commit comments