Skip to content

Commit

Permalink
fix(datagrid): show "not allowed" cursor in disabled selection cell
Browse files Browse the repository at this point in the history
This fixes a mistake I made in d1ba45c.
  • Loading branch information
kevinbuhmann committed Feb 28, 2023
1 parent a21fe72 commit 6479e36
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions projects/angular/src/data/datagrid/_datagrid.clarity.scss
Original file line number Diff line number Diff line change
Expand Up @@ -544,6 +544,13 @@
input {
cursor: pointer;
}

&.clr-form-control-disabled {
&,
input {
cursor: not-allowed;
}
}
}

.datagrid-signpost-trigger .signpost {
Expand Down

0 comments on commit 6479e36

Please sign in to comment.