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
25 lines
431 B
Plaintext
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;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|