UNPKG

kityminder

Version:
26 lines (20 loc) 407 B
/** * 可切换Button (ToggleButton) */ @import "define"; .fui-toggle-button { &.fui-button-pressed { background-color: darken( @hoverBgColor, 10% ); &.fui-disabled { background-color: darken( @hoverBgColor, 10% ); } } &:HOVER { background-color: @hoverBgColor; color: @hoverColor; } &:ACTIVE { background-color: @activeBgColor; color: @activeColor; } }