File tree 5 files changed +14
-10
lines changed
5 files changed +14
-10
lines changed Original file line number Diff line number Diff line change 161
161
<td>{{DateFmtLong .Start}}</td>
162
162
<td>{{if .HasTimeout}}{{DateFmtLong .Timeout}}{{else}}-{{end}}</td>
163
163
<td>
164
- <a class="delete-button" href="" data-url="{{$.Link}}/cancel/{{.PID}}" data-id="{{.PID}}" data-name="{{.Workers}}"><span class="text red" title="{{$.locale.Tr "remove"}}">{{svg "octicon-trash"}}</span> </a>
164
+ <a class="delete-button" href="" data-url="{{$.Link}}/cancel/{{.PID}}" data-id="{{.PID}}" data-name="{{.Workers}}" title="{{$.locale.Tr "remove"}}">{{svg "octicon-trash"}}</a>
165
165
</td>
166
166
</tr>
167
167
{{else}}
Original file line number Diff line number Diff line change 55
55
{{else}}
56
56
<span class="text grey mr-3">{{svg "octicon-dot-fill"}}</span>
57
57
{{end}}
58
- <a class="text truncate" title="{{.URL}}" href="{{$.BaseLink}}/{{.ID}}">{{.URL}}</a>
59
- <div class="ui right" style="display: inline-flex">
60
- <span class="text blue px-2"><a href="{{$.BaseLink}}/{{.ID}}">{{svg "octicon-pencil"}}</a></span>
61
- <span class="text red px-2"><a class="delete-button" data-url="{{$.Link}}/delete" data-id="{{.ID}}">{{svg "octicon-trash"}}</a></span>
62
- </div>
58
+ <a class="text truncate f1 mr-3" title="{{.URL}}" href="{{$.BaseLink}}/{{.ID}}">{{.URL}}</a>
59
+ <a class="muted p-3" href="{{$.BaseLink}}/{{.ID}}">{{svg "octicon-pencil"}}</a></span>
60
+ <a class="delete-button p-3" data-url="{{$.Link}}/delete" data-id="{{.ID}}">{{svg "octicon-trash"}}</a>
63
61
</div>
64
62
{{end}}
65
63
</div>
Original file line number Diff line number Diff line change 3
3
> .item {
4
4
& :not (:first-child ) {
5
5
border-top : 1px solid var (--color-secondary );
6
- padding : 1rem ;
7
- margin : 15 px -1rem -1rem ;
6
+ padding : .25 rem 1rem ;
7
+ margin : 12 px -1rem -1rem ;
8
8
}
9
9
}
10
10
}
Original file line number Diff line number Diff line change @@ -307,6 +307,11 @@ a.muted:hover [class*="color-text"],
307
307
color : var (--color-primary );
308
308
}
309
309
310
+ .delete-button ,
311
+ .delete-button :hover {
312
+ color : var (--color-red );
313
+ }
314
+
310
315
a .label ,
311
316
.repository-menu a ,
312
317
.ui.search .results a ,
@@ -2571,6 +2576,7 @@ table th[data-sortt-desc] {
2571
2576
2572
2577
.truncated-item-container {
2573
2578
display : flex !important ;
2579
+ align-items : center ;
2574
2580
}
2575
2581
2576
2582
.ellipsis-button {
Original file line number Diff line number Diff line change 2616
2616
> .item {
2617
2617
& :not (:first-child ) {
2618
2618
border-top : 1px solid var (--color-secondary );
2619
- padding : 1rem ;
2620
- margin : 15 px -1rem -1rem ;
2619
+ padding : .25 rem 1rem ;
2620
+ margin : 12 px -1rem -1rem ;
2621
2621
}
2622
2622
2623
2623
> .svg {
You can’t perform that action at this time.
0 commit comments