From ec13a9294e89bbf3d7c2c1d7f3e30cd63adc6aa2 Mon Sep 17 00:00:00 2001 From: Kevin Rode Date: Sun, 3 Jan 2021 03:16:53 -0500 Subject: [PATCH] Delete guides.less --- va11halla-syntax/styles/guides.less | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 va11halla-syntax/styles/guides.less diff --git a/va11halla-syntax/styles/guides.less b/va11halla-syntax/styles/guides.less deleted file mode 100644 index a6f6443..0000000 --- a/va11halla-syntax/styles/guides.less +++ /dev/null @@ -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); -}