0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 20:42:43 +00:00

foldgutter styles

This commit is contained in:
Víctor Losada Hernández
2024-10-11 00:00:57 +02:00
parent e3d256aaaf
commit 99dc0deb08

View File

@@ -26,6 +26,15 @@
color: grey;
}
.CodeMirror-foldgutter {
transition:background 0.1s;
border-left:1px solid #eee;
cursor:pointer;
&:hover {
background:#ddd;
}
}
.sourceMoveFlash .CodeMirror-line{
animation-name: sourceMoveAnimation;
animation-duration: 0.4s;