-
Notifications
You must be signed in to change notification settings - Fork 143
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: disable checkbox cursor for disabled table rows [DSSUP-157] (#2383)
* fix: disable checkbox cursor for disabled table rows * fix: failed test cases and type check fix * fix: TableHeader component ESlint fix * Create chilled-hornets-dream.md --------- Co-authored-by: Anurag Hazra <anurag.hazra@razorpay.com>
- Loading branch information
1 parent
2e4b2cb
commit 94b6915
Showing
7 changed files
with
35 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
"@razorpay/blade": patch | ||
--- | ||
|
||
fix(blade): set isDisabled to checkbox for disabled table rows [DSSUP-157] | ||
|
||
Changed the visual styling of disabled checkbox to have 'not-allowed' cursor. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.