Skip to content

Commit 0d2a991

Browse files
committed
Update _repository.less
1 parent 49dbbb1 commit 0d2a991

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

public/css/index.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2270,6 +2270,9 @@ footer .ui.language .menu {
22702270
#search-user-box .results .item img {
22712271
margin-right: 8px;
22722272
}
2273+
.issue-actions {
2274+
display: none;
2275+
}
22732276
.issue.list {
22742277
list-style: none;
22752278
padding-top: 15px;
@@ -2307,9 +2310,6 @@ footer .ui.language .menu {
23072310
margin-top: -5px;
23082311
margin-right: 5px;
23092312
}
2310-
.issue-actions {
2311-
display: none;
2312-
}
23132313
.page.buttons {
23142314
padding-top: 15px;
23152315
}

public/less/_repository.less

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1261,6 +1261,10 @@
12611261
}
12621262
}
12631263

1264+
.issue-actions {
1265+
display: none;
1266+
}
1267+
12641268
.issue.list {
12651269
list-style: none;
12661270
padding-top: 15px;

0 commit comments

Comments
 (0)