I created a mixin like:
When someone do this, he need to copy all the default*button*.png to cancelicon*button*.png, so doing a new copy of the same exact file... but I would like at least to handle the rtl version of the file because I really don't care about rtl.Code:@include extjs-button-small-ui( $ui: 'cancelicon', $glyph-color: #e75150, $background-color: $button-toolbar-background-color, $border-color: $button-toolbar-border-color );