Delete guides.less
This commit is contained in:
parent
4108f6781b
commit
ec13a9294e
|
@ -1,23 +0,0 @@
|
||||||
//cursor line
|
|
||||||
.line-number{
|
|
||||||
-webkit-transition: all 1.1s ease-in-out;
|
|
||||||
-moz-transition: all 0.1s ease-in-out;
|
|
||||||
-o-transition: all 0.1s ease-in-out;
|
|
||||||
transition: all 0.1s ease-in-out;
|
|
||||||
border-left:2px solid transparent;
|
|
||||||
&.cursor-line{
|
|
||||||
color:@miki-off !important;
|
|
||||||
border-color: @miki-off;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
//highlights
|
|
||||||
.editor .selection .region{
|
|
||||||
background:darken(@syntax-background-color,10%) !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.bracket-matcher .region{
|
|
||||||
background:darken(@syntax-background-color,8%);
|
|
||||||
position: absolute;
|
|
||||||
transform:scale(1.4);
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user