0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-11 13:22:39 +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'; @import (less) './themes/fonts/iconFonts/fontAwesome.less';
@keyframes sourceMoveAnimation { @keyframes sourceMoveAnimation {
50% {background-color: red; color: white;} 50% { color : white;background-color : red;}
100% {background-color: unset; color: unset;} 100% { color : unset;background-color : unset;}
} }
.codeEditor { .codeEditor {
@@ -21,18 +21,16 @@
} }
.CodeMirror-foldmarker { .CodeMirror-foldmarker {
font-family : inherit; font-family : inherit;
text-shadow: none;
font-weight : 600; font-weight : 600;
color : grey; color : grey;
text-shadow : none;
} }
.CodeMirror-foldgutter { .CodeMirror-foldgutter {
transition:background 0.1s;
border-left:1px solid #eee;
cursor : pointer; cursor : pointer;
&:hover { border-left : 1px solid #EEEEEE;
background:#ddd; transition : background 0.1s;
} &:hover { background : #DDDDDD; }
} }
.sourceMoveFlash .CodeMirror-line { .sourceMoveFlash .CodeMirror-line {
@@ -41,9 +39,7 @@
} }
.CodeMirror-vscrollbar { .CodeMirror-vscrollbar {
&::-webkit-scrollbar { &::-webkit-scrollbar { width : 20px; }
width: 20px;
}
&::-webkit-scrollbar-thumb { &::-webkit-scrollbar-thumb {
width : 20px; width : 20px;
background : linear-gradient(90deg, #858585 15px, #808080 15px); background : linear-gradient(90deg, #858585 15px, #808080 15px);