Render small sandwich button as star icon

This commit is contained in:
2026-06-15 10:14:57 +02:00
parent 0f998acb48
commit 8233735fbf
2 changed files with 2 additions and 4 deletions
@@ -1031,9 +1031,7 @@
display: block;
width: calc(var(--sandwich-line-width) - 3px);
height: calc(var(--sandwich-line-width) - 3px);
background-color: var(--color-black);
-webkit-mask: url("../assets/icons/star-filled.svg") no-repeat center / contain;
mask: url("../assets/icons/star-filled.svg") no-repeat center / contain;
background: url("../assets/icons/star-filled.svg") no-repeat center / contain;
}
.sg-sandwich-menu-wrap[data-component-size="small"] .sg-sandwich-button__line {