#rft.claro .rftBlockButton { .flatShading; .noMargin; height: @button_block_height; vertical-align: top; color: @text; &.dijitDisabled { color: @disabledtext; } .dijitButtonContents { height: 24px; } .dijitButtonNode { .flatShading; .transition (0.3s); line-height: @button_block_height; vertical-align: top; height: @button_block_height; padding: 0 @std_offset; border: none; font-size: @button_block_font_size; .dijitButtonText { line-height: @button_block_height; } .rftIcon { .setIcon(16px); } } &.rftBlockButtonHover, &.rftBlockButtonActive { .transition (0.1s); .rftIcon { vertical-align: top; .setIcon(16px, black); } } //Disabled because this is presumably useless // &.blue { // .blockButtonColorMixin ("blue"); // } // &.green { // .blockButtonColorMixin ("green"); // } // &.orange { // .blockButtonColorMixin ("orange"); // } // &.red { // .blockButtonColorMixin ("red"); // } // &.purple { // .blockButtonColorMixin ("purple"); // } }