
#{$table-class} {

    // Button column
    .posts-table-button {
        font-size: inherit;
        display: inline-block;
        line-height: 1.25;
        padding: 10px 18px !important;
        visibility: visible !important;
        word-break: normal !important;
    }

    .posts-table-button:hover {
        text-decoration: none;
    }

    .posts-table-button::after {
        display: none;
    }

}

// select2 wp admin-bar fix
body.admin-bar {
    #{$controls-class} .select2-container {
        z-index: 1052;
    }

    .select2-dropdown.#{$prefix}-dropdown {
        margin-top: 32px;
    }
}
