Skip to content

Commit

Permalink
fix(datagrid): update detail pane close icon color to match modal
Browse files Browse the repository at this point in the history
It should be grey, not blue

Fixes #130

Signed-off-by: Ashley Ryan <asryan@vmware.com>
  • Loading branch information
Ashley Ryan authored and ashleyryan committed May 26, 2022
1 parent 423b049 commit f2a8741
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion projects/angular/src/data/datagrid/_datagrid.clarity.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1740,10 +1740,13 @@
justify-content: flex-end;

.btn.btn-link {
@include css-var(color, clr-modal-close-color, $clr-modal-close-color, $clr-use-custom-properties);
margin-top: $clr_baselineRem_0_667;
margin-bottom: 0;
padding-right: 0;

cds-icon {
@include css-var(color, clr-modal-close-color, $clr-modal-close-color, $clr-use-custom-properties);
}
}
}
}
Expand Down

0 comments on commit f2a8741

Please sign in to comment.