Skip to content

Commit 5171136

Browse files
committed
remove vertical timeline bar from activity log items
1 parent 8bcef66 commit 5171136

1 file changed

Lines changed: 0 additions & 14 deletions

File tree

public/css/style.css

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1644,20 +1644,6 @@ tbody tr:hover {
16441644
border-bottom: none;
16451645
}
16461646

1647-
.activity-item::before {
1648-
content: '';
1649-
position: absolute;
1650-
left: 15px;
1651-
top: 42px;
1652-
bottom: 0;
1653-
width: 1px;
1654-
background: rgba(255,255,255,0.06);
1655-
}
1656-
1657-
.activity-item:last-child::before {
1658-
display: none;
1659-
}
1660-
16611647
.activity-icon {
16621648
width: 32px;
16631649
height: 32px;

0 commit comments

Comments
 (0)