choerodon-ui
Version:
An enterprise-class UI design language and React-based implementation
17 lines (16 loc) • 388 B
text/less
.@{steps-prefix-cls}-item-custom {
&:hover .@{steps-prefix-cls}-item-icon,
.@{steps-prefix-cls}-item-icon {
width: auto;
height: auto;
color: inherit;
background: none;
border: 0;
}
&.@{steps-prefix-cls}-item-process {
&:hover .@{steps-prefix-cls}-item-icon,
.@{steps-prefix-cls}-item-icon {
color: @processing-color;
}
}
}