0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-20 22:32:45 +00:00

linting codeeditor.les

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

View File

@@ -11,8 +11,8 @@
@import (less) './themes/fonts/iconFonts/fontAwesome.less';
@keyframes sourceMoveAnimation {
50% {background-color: red; color: white;}
100% {background-color: unset; color: unset;}
50% { color : white;background-color : red;}
100% { color : unset;background-color : unset;}
}
.codeEditor {
@@ -21,18 +21,16 @@
}
.CodeMirror-foldmarker {
font-family : inherit;
text-shadow: none;
font-weight : 600;
color : grey;
text-shadow : none;
}
.CodeMirror-foldgutter {
transition:background 0.1s;
border-left:1px solid #eee;
cursor : pointer;
&:hover {
background:#ddd;
}
border-left : 1px solid #EEEEEE;
transition : background 0.1s;
&:hover { background : #DDDDDD; }
}
.sourceMoveFlash .CodeMirror-line {
@@ -41,9 +39,7 @@
}
.CodeMirror-vscrollbar {
&::-webkit-scrollbar {
width: 20px;
}
&::-webkit-scrollbar { width : 20px; }
&::-webkit-scrollbar-thumb {
width : 20px;
background : linear-gradient(90deg, #858585 15px, #808080 15px);