mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-26 02:51:57 +03:00
fix commit lines dotted lines
This commit is contained in:
parent
428fc5aee6
commit
6d10a5944f
@ -60,13 +60,8 @@
|
|||||||
|
|
||||||
&:before {
|
&:before {
|
||||||
height: calc(100% + 1px);
|
height: calc(100% + 1px);
|
||||||
background: repeating-linear-gradient(
|
background: linear-gradient(to bottom, var(--border-color) 50%, transparent 50%);
|
||||||
0,
|
background-size: 4px 4px;
|
||||||
transparent,
|
|
||||||
transparent 2px,
|
|
||||||
var(--border-color) 2px,
|
|
||||||
var(--border-color) 4px
|
|
||||||
);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user