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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user