cart drawer : close button strokes to black
All checks were successful
Deploy / Deploy to Production (push) Successful in 7s

This commit is contained in:
isUnknown 2026-01-16 16:41:46 +01:00
parent f4ecdcf947
commit f69d990349
3 changed files with 8 additions and 1 deletions

View file

@ -76,6 +76,10 @@
&:hover { &:hover {
opacity: 0.7; opacity: 0.7;
} }
svg {
stroke: #000;
}
} }
&__content { &__content {

View file

@ -1432,6 +1432,9 @@ body.is-fullscreen {
.cart-drawer__close:hover { .cart-drawer__close:hover {
opacity: 0.7; opacity: 0.7;
} }
.cart-drawer__close svg {
stroke: #000;
}
.cart-drawer__content { .cart-drawer__content {
flex: 1; flex: 1;
overflow-y: auto; overflow-y: auto;

File diff suppressed because one or more lines are too long