Skip to content

Commit

Permalink
fix(datagrid): apply correct styles to parent datagrid when detail open
Browse files Browse the repository at this point in the history
This fixes a mistake I made in bcce110.

closes #432
  • Loading branch information
kevinbuhmann committed Dec 12, 2022
1 parent 1d5f915 commit d0f362d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions projects/angular/src/data/datagrid/_datagrid.clarity.scss
Expand Up @@ -1653,8 +1653,8 @@
min-width: $clr_baselineRem_10;
}

.datagrid-detail-open > .datagrid-outer-wrapper > .datagrid-inner-wrapper {
& {
.datagrid-detail-open {
& > .datagrid-outer-wrapper > .datagrid-inner-wrapper {
div.datagrid-table-wrapper {
/**
* So the content with no spaces in the cell doesn't get cut when and the row selected indicator is not hidden
Expand Down

0 comments on commit d0f362d

Please sign in to comment.