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