Skip to content

Commit

Permalink
fix(datepicker): set border radius on calendar popup (#9509)
Browse files Browse the repository at this point in the history
Adds a `border-radius` to the datepicker's calendar, in order to align it with all of the other overlays.
  • Loading branch information
crisbeto authored and jelbourn committed Jan 29, 2018
1 parent d25ab57 commit 3f87dc4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/datepicker/datepicker-content.scss
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ $mat-datepicker-touch-max-height: 788px;
@include mat-elevation(8);

display: block;
border-radius: 2px;

.mat-calendar {
width: $mat-datepicker-non-touch-calendar-width;
Expand Down

0 comments on commit 3f87dc4

Please # to comment.