Skip to content

Commit ab0fd2e

Browse files
committed
fix(grid): Update grid cell active state selector specificity
Adjusted the selectors for active grid cells to ensure proper styling by increasing specificity. This fixes potential issues with nested elements inheriting unintended styles.
1 parent 4c6c23e commit ab0fd2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

projects/igniteui-angular/src/lib/core/styles/components/grid/_grid-theme.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1791,8 +1791,8 @@
17911791
%grid-cell--active {
17921792
box-shadow: inset 0 0 0 rem(1px) var-get($theme, 'cell-active-border-color');
17931793

1794-
%igx-grid__filtering-cell,
1795-
%grid-cell-header {
1794+
> %igx-grid__filtering-cell,
1795+
> %grid-cell-header {
17961796
border-inline-end-color: var-get($theme, 'cell-active-border-color');
17971797
border-bottom-color: var-get($theme, 'cell-active-border-color');
17981798
}

0 commit comments

Comments
 (0)