hae-mobile-ui
Version:
Pure UI Library For Hae
13 lines (12 loc) • 367 B
text/less
@import "../../base/fn";
.weui-btn_default {
color: @weuiBtnDefaultFontColor;
background-color: @weuiBtnDefaultBg;
&:not(.weui-btn_disabled):visited {
color: @weuiBtnDefaultFontColor;
}
&:not(.weui-btn_disabled):active {
color: @weuiBtnDefaultActiveFontColor;
background-color: @weuiBtnDefaultActiveBg;
}
}