mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-02-16 19:35:14 +00:00
remove chevron from non-settings rows
This commit is contained in:
parent
3bc5dea947
commit
910a6a6594
1 changed files with 4 additions and 0 deletions
|
@ -1397,6 +1397,10 @@ section .build-row .build-num {
|
|||
section .build-row > div:last-child {
|
||||
padding-left:0px;
|
||||
}
|
||||
section a.build-row:after {
|
||||
content:"";
|
||||
-line-height: 115px;
|
||||
}
|
||||
|
||||
.pending,
|
||||
.running {
|
||||
|
|
Loading…
Reference in a new issue