/*
 * CSS Overrides for Standard Datatable Components used for all pages and included via
 * Experience Builder > Settings > Advanced > Edit Head Markup as there currently is no other way
 * of changing styles of this components.
 *
 * If possible overrides are provide within a custom class that needs to be added to the standard
 * component.
 */

/*
 * Workaround to disable color changes on focus/blur for standard datatable component
 * as there is no styling hook available.
 */
.case-list-table .slds-has-focus {
    background-color: transparent !important;
    box-shadow: none !important;
}

.case-list-table .slds-has-focus .slds-th__action {
    background-color: transparent !important;
    box-shadow: none !important;
}