mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-24 22:52:40 +00:00
foldgutter styles
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user