Files
klz-cables.com/.pnpm-store/v10/files/88/ffe73797bfd6118a8af52bbc1ec73f9c0b082c2d659acee78820f5441dfc6e4ff2b06c54f60c5c0f57943c8f61c442ae2280ec7a561c6cdafebc73beec5720
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

13 lines
187 B
Plaintext

@layer payload-default {
.folder-edit-field {
display: none;
}
.edit-many-bulk-uploads__main,
.edit-many__main {
.folder-edit-field {
display: initial;
}
}
}