@use "../core/_index.scss" as *;
@use "./_variables.scss" as *;
@use "@progress/kendo-theme-core/scss/components/table/_theme.scss" as *;


@mixin kendo-table--theme() {

    @include kendo-table--theme-base();

    .k-table .k-table-tbody {
        td:focus,
        td.k-focus,
        th:focus,
        th.k-focus {
            &::after {
                background-color: $kendo-table-hover-bg;
            }
        }
    }

}
