mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-02 19:22:47 +00:00
foldgutter styles
This commit is contained in:
@@ -26,6 +26,15 @@
|
|||||||
color: grey;
|
color: grey;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.CodeMirror-foldgutter {
|
||||||
|
transition:background 0.1s;
|
||||||
|
border-left:1px solid #eee;
|
||||||
|
cursor:pointer;
|
||||||
|
&:hover {
|
||||||
|
background:#ddd;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.sourceMoveFlash .CodeMirror-line{
|
.sourceMoveFlash .CodeMirror-line{
|
||||||
animation-name: sourceMoveAnimation;
|
animation-name: sourceMoveAnimation;
|
||||||
animation-duration: 0.4s;
|
animation-duration: 0.4s;
|
||||||
|
|||||||
Reference in New Issue
Block a user