Skip to content

Commit 4e7c1a3

Browse files
crisbetojelbourn
authored andcommitted
fix(datepicker): set border radius on calendar popup (#9509)
Adds a `border-radius` to the datepicker's calendar, in order to align it with all of the other overlays.
1 parent dd2fbc8 commit 4e7c1a3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib/datepicker/datepicker-content.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ $mat-datepicker-touch-max-height: 788px;
2828
@include mat-elevation(8);
2929

3030
display: block;
31+
border-radius: 2px;
3132

3233
.mat-calendar {
3334
width: $mat-datepicker-non-touch-calendar-width;

0 commit comments

Comments
 (0)