Skip to content
This repository was archived by the owner on Jan 13, 2025. It is now read-only.

Commit 6160219

Browse files
sayriscopybara-github
authored andcommitted
feat(menu): HCM border-radius is no longer clipped
PiperOrigin-RevId: 689846629
1 parent 099ea3a commit 6160219

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/mdc-menu/_menu.scss

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,9 @@
7676
.mdc-list {
7777
@include elevation-mixins.overlay-surface-position($query: $query);
7878
@include elevation-mixins.overlay-dimensions(100%, $query: $query);
79-
79+
@include feature-targeting.targets($feat-structure) {
80+
border-radius: inherit;
81+
}
8082
&::before {
8183
@include dom.transparent-border($query: $query);
8284
}

0 commit comments

Comments
 (0)