choerodon-ui
Version:
An enterprise-class UI design language and React-based implementation
29 lines (27 loc) • 547 B
text/less
@import '../../../../lib/style/themes/default';
@import '../../../../lib/style/mixins/index';
@import '../../text-field/style/mixin';
.@{c7n-pro-prefix}-password {
.input;
&-empty &-inner-button {
display: none;
}
&-inner-button {
.@{c7n-pro-prefix}-icon::before {
content: '\f06e';
}
&:hover {
color: @primary-5;
}
&:active .@{c7n-pro-prefix}-icon::before {
content: '\f070';
}
}
&-fix-autofill {
position: absolute;
left: -100rem;
}
&::-ms-reveal {
display: none;
}
}