.yc-table__selection-checkbox {
  display: inline-block;
}
.yc-table__row_selected {
  background: var(--yc-color-base-selection);
}
.yc-table__row_selected .yc-table__cell_sticky_left,
.yc-table__row_selected .yc-table__cell_sticky_right {
  background: linear-gradient(to right, var(--yc-color-base-selection), var(--yc-color-base-selection)), linear-gradient(to right, var(--yc-color-base-background), var(--yc-color-base-background));
}
.yc-table__row_selected.yc-table__row_interactive:hover {
  background: var(--yc-color-base-selection-hover);
}
.yc-table__row_selected.yc-table__row_interactive:hover .yc-table__cell_sticky_left,
.yc-table__row_selected.yc-table__row_interactive:hover .yc-table__cell_sticky_right {
  background: linear-gradient(to right, var(--yc-color-base-selection-hover), var(--yc-color-base-selection-hover)), linear-gradient(to right, var(--yc-color-base-background), var(--yc-color-base-background));
}