0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-03-26 12:38:11 +00:00

this should fold

This commit is contained in:
Víctor Losada Hernández
2026-03-25 21:07:21 +01:00
parent 52f2f532a7
commit b45795fac2
3 changed files with 55 additions and 73 deletions

View File

@@ -24,35 +24,6 @@
font-size: 16px;
}
/* Line numbers and gutters */
.cm-gutters {
background-color: #f0f0f0;
color: #555;
border-right: 1px solid #ddd;
}
/* Folding gutter */
.cm-foldGutter {
cursor: pointer;
color: grey;
font-weight: 600;
transition: background 0.1s;
&:hover {
background: #dddddd;
}
}
/* Active line */
.cm-activeLine {
background-color: #f5f5f5;
}
.cm-activeLineGutter {
background-color: #e0e0e0;
}
/* Flash animation for source moves */
.sourceMoveFlash .cm-line {
animation-name: sourceMoveAnimation;