Skip to content

Commit

Permalink
fix(datepicker): use default cursor on toggle when disabled (#4604)
Browse files Browse the repository at this point in the history
  • Loading branch information
willshowell authored and jelbourn committed May 17, 2017
1 parent e6f7ace commit 1319355
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/lib/datepicker/datepicker-toggle.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,8 @@ $mat-datepicker-toggle-icon-size: 24px !default;
border: none;
outline: none;
vertical-align: middle;
cursor: pointer;

&:not([disabled]) {
cursor: pointer;
}
}

0 comments on commit 1319355

Please sign in to comment.