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