Fix line highlights, lol
This commit is contained in:
parent
1984a2404d
commit
8d4a0146c2
|
@ -37,11 +37,11 @@
|
||||||
|
|
||||||
// Line highlight
|
// Line highlight
|
||||||
.line-highlight {
|
.line-highlight {
|
||||||
transform: translate3d(0, 1px, 0);
|
transform: translate3d(0, 2px, 0);
|
||||||
background: linear-gradient(
|
background: linear-gradient(
|
||||||
to right,
|
to right,
|
||||||
mix($base-c, white, 5%) 25%,
|
rgba($base-c, 0.05) 25%,
|
||||||
white);
|
transparent);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Line highlight ranges
|
// Line highlight ranges
|
||||||
|
|
Loading…
Reference in New Issue