Skip to content

Commit

Permalink
fix(date-picker): cursor pointer on icon hover (#3789)
Browse files Browse the repository at this point in the history
Co-authored-by: shrinidhi.upadhyaya <shrinidhiupadhyaya1195@gmail.com>
  • Loading branch information
ShrinidhiUpadhyaya committed May 10, 2024
1 parent d606944 commit fb85faa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/DatePicker/styles/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@

.rs-input-group-addon {
color: var(--rs-text-secondary);
cursor: pointer;

.rs-btn-close {
padding: 0;
Expand Down
1 change: 1 addition & 0 deletions src/DateRangePicker/styles/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
.rs-picker-daterange {
.rs-input-group-addon {
color: var(--rs-text-secondary);
cursor: pointer;

.rs-btn-close {
padding: 0;
Expand Down

0 comments on commit fb85faa

Please sign in to comment.