Files
klz-cables.com/.pnpm-store/v10/files/d1/389d22074591b9daf9c026f12fb25393fce3b88bfdfa8b95feb403e66cf3fd74022c3f5920e9269fff52046c04d228f24c8fb7d7afcd46054f1737a911c8de
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

21 lines
341 B
Plaintext

@import '../../scss/styles.scss';
@layer payload-default {
.copy-to-clipboard {
@extend %btn-reset;
position: relative;
cursor: pointer;
vertical-align: middle;
border-radius: 100%;
&:focus,
&:active {
outline: none;
}
&:focus-visible {
outline: var(--accessibility-outline);
}
}
}