Skip to content

Commit 9a247a8

Browse files
authored
fix(material/datepicker): use rounded shape for calendar focus indicators (angular#33524)
Makes the strong focus indicators in the calendar rounded to match the calendar cells. Relates to angular#33517.
1 parent 14d896a commit 9a247a8

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/material/datepicker/calendar-body.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,10 @@ $fallbacks: m3-datepicker.get-tokens();
261261
position: absolute;
262262
}
263263

264+
&::before {
265+
border-radius: 50%;
266+
}
267+
264268
@include cdk.high-contrast {
265269
border: none;
266270
}

0 commit comments

Comments
 (0)