mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-01 12:26:02 +03:00
List item last-child double border fix
This commit is contained in:
parent
18567d13db
commit
34a514c652
@ -161,6 +161,10 @@
|
||||
&:not(.selected-draggable):hover {
|
||||
background-color: var(--clr-bg-1-muted);
|
||||
}
|
||||
|
||||
&:last-child {
|
||||
margin-bottom: -1px;
|
||||
}
|
||||
}
|
||||
|
||||
.info {
|
||||
|
Loading…
Reference in New Issue
Block a user