Files
klz-cables.com/.pnpm-store/v10/files/6c/4bc8416d2b3e4fc132cb663b09fbf8222d458acebf2c62c81a98627c8dab7383fc6cf6d6904da145d5b06a54bf1041d79e4369bb54a2a1dd44e0c75b986ec9
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

16 lines
293 B
Plaintext

@import '../../../scss/styles.scss';
@layer payload-default {
.default-cell {
&__first-cell {
border: 0;
background-color: transparent;
padding: 0;
cursor: pointer;
text-decoration: underline;
text-align: left;
white-space: nowrap;
}
}
}