Implement SplitButton from Material 3 Expressive

This commit is contained in:
2026-03-17 08:52:53 +03:00
Unverified
parent a266de1793
commit a23880eaec
12 changed files with 904 additions and 25 deletions
+15
View File
@@ -339,6 +339,21 @@ $radius-pill: 9999px;
}
}
.menuCustomIcon {
display: inline-block;
width: 24px;
height: 24px;
background-color: $color-dark-on-surface-variant;
mask-image: var(--menu-custom-icon-url);
-webkit-mask-image: var(--menu-custom-icon-url);
mask-size: contain;
mask-repeat: no-repeat;
mask-position: center;
-webkit-mask-size: contain;
-webkit-mask-repeat: no-repeat;
-webkit-mask-position: center;
}
// Keyframes for animations
@keyframes neonGlow {
0% {