@arco-design/web-vue
Version:
Arco Design Vue 2.0: A Vue.js 3 UI Library
15 lines (12 loc) • 368 B
text/less
@import '../theme/index.less';
.icon-hover(@prefixCls, @inner-height, @bg-height) {
.@{prefix}-icon-hover.@{prefixCls}-icon-hover::before {
width: @bg-height;
height: @bg-height;
}
}
.icon-hover-bg(@prefixCls, @background-color-hover) {
.@{prefix}-icon-hover.@{prefixCls}-icon-hover:hover::before {
background-color: @background-color-hover;
}
}