Files
klz-cables.com/.pnpm-store/v10/files/63/676cedfc13b90809bec688a3d7055dd3fc980137253a48827897688f333d6b516711ee091610bc25cf2038eed91bb839af2372c0f1eeb5ce23448616128d14
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

25 lines
431 B
Plaintext

@import '../../scss/styles';
@layer payload-default {
.code-editor {
direction: ltr;
@include formInput;
height: auto;
padding: 0;
.monaco-editor {
.view-overlays .current-line {
max-width: calc(100% - 14px);
border-width: 0px;
}
&:focus-within {
.view-overlays .current-line {
border-right: 0;
border-width: 1px;
}
}
}
}
}