Skip to content

Commit

Permalink
fix(Datagrid): v1 added border right with the correct token (#5367)
Browse files Browse the repository at this point in the history
* fix(Datagrid): added border right with the correct token

* fix: snapshot update
  • Loading branch information
devadula-nandan authored May 30, 2024
1 parent 2d16591 commit 5829ffb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2562,6 +2562,7 @@ exports[`CSS export checks doesn't change the exported CSS for released componen
position: sticky !important;
z-index: 1;
left: 0;
border-right: 1px solid var(--cds-active-light-ui, #c6c6c6);
}
.c4p--datagrid__left-sticky-column-cell.c4p--datagrid__left-sticky-column-cell--with-extra-select-column,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
position: sticky !important;
z-index: 1;
left: 0;
border-right: 1px solid $active-light-ui;
}

.#{$block-class}__left-sticky-column-cell.#{$block-class}__left-sticky-column-cell--with-extra-select-column,
Expand Down

0 comments on commit 5829ffb

Please sign in to comment.