gtx-split-button {

    .split-button-wrapper {
        display: inline-flex;
        line-height: 1;

        gtx-button.has-secondary-actions button {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0;
            border-right-style: none;
            box-shadow: none;

            &.small {
                line-height: 1;
            }
        }

        .spacer-line {
            border-left: 1px solid rgba($gtx-color-very-dark-gray, 0.8);
        }

        .more-trigger button {
            padding: 0;
            border-top-left-radius: 0;
            border-bottom-left-radius: 0;
            border-left-style: none;
            box-shadow: none;
        }
    }

}
