Skip to content

Commit

Permalink
Fix background colors of right inline frozen columns
Browse files Browse the repository at this point in the history
  • Loading branch information
yordanov committed Jan 2, 2025
1 parent c1e428d commit 27bf171
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 8 deletions.
12 changes: 8 additions & 4 deletions Radzen.Blazor/themes/components/blazor/_grid.scss
Original file line number Diff line number Diff line change
Expand Up @@ -670,7 +670,8 @@ $column-draggable-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.1) !default;
}
}

&.rz-frozen-cell-right {
&.rz-frozen-cell-right,
&.rz-frozen-cell-right-inner {
&:before {
z-index: -2;
background-color: var(--rz-grid-frozen-cell-background-color);
Expand All @@ -693,7 +694,8 @@ $column-draggable-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.1) !default;
}
}

&.rz-frozen-cell-right {
&.rz-frozen-cell-right,
&.rz-frozen-cell-right-inner {
&:after {
background-color: var(--rz-grid-selected-background-color);
}
Expand Down Expand Up @@ -722,7 +724,8 @@ $column-draggable-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.1) !default;
}
}

&.rz-frozen-cell-right {
&.rz-frozen-cell-right,
&.rz-frozen-cell-right-inner {
&:after {
background-color: var(--rz-grid-cell-focus-background-color);
color: var(--rz-grid-cell-focus-color);
Expand Down Expand Up @@ -760,7 +763,8 @@ $column-draggable-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.1) !default;
}
}

&.rz-frozen-cell-right {
&.rz-frozen-cell-right,
&.rz-frozen-cell-right-inner {
&:after {
background-color: var(--rz-grid-hover-background-color);
}
Expand Down
2 changes: 1 addition & 1 deletion RadzenBlazorDemos/wwwroot/css/fluent-base.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion RadzenBlazorDemos/wwwroot/css/fluent-dark-base.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion RadzenBlazorDemos/wwwroot/css/material3-base.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion RadzenBlazorDemos/wwwroot/css/material3-dark-base.css

Large diffs are not rendered by default.

0 comments on commit 27bf171

Please sign in to comment.