From 20566d9dd6e9d0936efaaa75d0336c2721378c55 Mon Sep 17 00:00:00 2001 From: Kristiyan Kostadinov Date: Mon, 13 Jul 2026 09:28:24 +0200 Subject: [PATCH] fix(material/datepicker): use rounded shape for calendar focus indicators Makes the strong focus indicators in the calendar rounded to match the calendar cells. Relates to #33517. --- src/material/datepicker/calendar-body.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/material/datepicker/calendar-body.scss b/src/material/datepicker/calendar-body.scss index 41ad2fea2e9b..d0e622715f0e 100644 --- a/src/material/datepicker/calendar-body.scss +++ b/src/material/datepicker/calendar-body.scss @@ -261,6 +261,10 @@ $fallbacks: m3-datepicker.get-tokens(); position: absolute; } + &::before { + border-radius: 50%; + } + @include cdk.high-contrast { border: none; }