@import (reference) './icon-pseudoelement';

#aui {
    .aui-dropdown2-trigger-chevron-icon(@glyphsize: @aui-icon-size-small; @canvassize: @aui-icon-size-small-canvas) {
        #aui.icon-pseudoelement(@aui-icon-font-family);
        content: @aui-glyph-chevron-down;
        font-size: @glyphsize;
        height: @glyphsize;
        line-height: 1;
        margin-top: -(@glyphsize / 2);
        position: absolute;
        right: 3.5px;
        top: 50%;
        text-indent: 0; // Reset indentation set by split button
        width: @glyphsize;
    }
}
