mirror of
https://github.com/fromchat-messenger/web.git
synced 2026-09-22 19:15:08 +03:00
Implement SplitButton from Material 3 Expressive
This commit is contained in:
@@ -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% {
|
||||
|
||||
Reference in New Issue
Block a user