Files
klz-cables.com/.pnpm-store/v10/files/0c/9969d865a8da02281072073b263bc7c37113233ecf6238b347a47da89f4f023b005de8496f3fcb126fce0006acee3fb5483f26e22970c9d349b47c096cf10b
Marc Mintel 5397309103
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 20s
Build & Deploy / 🧪 QA (push) Failing after 34s
Build & Deploy / 🏗️ Build (push) Has started running
Build & Deploy / 🚀 Deploy (push) Has been cancelled
Build & Deploy / 🧪 Smoke Test (push) Has been cancelled
Build & Deploy / ⚡ Lighthouse (push) Has been cancelled
Build & Deploy / 🔔 Notify (push) Has been cancelled
fix(products): fix breadcrumbs and product filtering (backport from main)
2026-02-24 16:04:21 +01:00

27 lines
488 B
Plaintext

@import '../../../scss/styles.scss';
@layer payload-default {
.multi-value-remove {
cursor: pointer;
width: base(1);
display: flex;
align-items: center;
justify-content: center;
position: relative;
background-color: transparent;
border: none;
padding: 0;
color: inherit;
&:hover {
color: var(--theme-elevation-800);
background: var(--theme-elevation-150);
}
&__icon {
width: 100%;
height: 100%;
}
}
}