Skip to content

Commit

Permalink
fix: code-review
Browse files Browse the repository at this point in the history
  • Loading branch information
Raubzeug committed Nov 23, 2023
1 parent 263a447 commit c4e7a88
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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)
);
Expand All @@ -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)
);
Expand Down

0 comments on commit c4e7a88

Please sign in to comment.