diff --git a/src/components/Table/hoc/withTableSelection/withTableSelection.scss b/src/components/Table/hoc/withTableSelection/withTableSelection.scss index 8c4b6ee312..61c1cc5a7a 100644 --- a/src/components/Table/hoc/withTableSelection/withTableSelection.scss +++ b/src/components/Table/hoc/withTableSelection/withTableSelection.scss @@ -19,12 +19,12 @@ #{variables.$block}__cell_sticky_start, #{variables.$block}__cell_sticky_end { background: linear-gradient( - to end, + to right, var(--g-color-base-selection), var(--g-color-base-selection) ), linear-gradient( - to end, + to right, var(--g-color-base-background), var(--g-color-base-background) ); @@ -36,12 +36,12 @@ #{variables.$block}__cell_sticky_start, #{variables.$block}__cell_sticky_end { background: linear-gradient( - to end, + to right, var(--g-color-base-selection-hover), var(--g-color-base-selection-hover) ), linear-gradient( - to end, + to right, var(--g-color-base-background), var(--g-color-base-background) );