forked from forgejo/forgejo
Update outdated label to use Fomantic UI style (#13181)
* Update outdated label to use Fomantic UI style * Use native labels rather than custom style * Remove leading zero Co-authored-by: zeripath <art27@cantab.net>
This commit is contained in:
parent
327f18c3b2
commit
819901b3e9
5 changed files with 16 additions and 38 deletions
|
@ -618,7 +618,8 @@ footer {
|
|||
.ui.label,
|
||||
.ui.label.basic {
|
||||
color: #dbdbdb;
|
||||
background-color: #2a2e39;
|
||||
border-color: rgb(152, 152, 152);
|
||||
background-color: #2a2e39 !important;
|
||||
}
|
||||
|
||||
.issue.list > .item .title {
|
||||
|
@ -1121,11 +1122,6 @@ a.ui.basic.green.label:hover {
|
|||
color: #9e9e9e;
|
||||
}
|
||||
|
||||
.repository.view.issue .comment-list .comment .tag {
|
||||
color: #dbdbdb;
|
||||
border-color: rgb(152, 152, 152);
|
||||
}
|
||||
|
||||
.repository.view.issue .comment-list .timeline-item .badge.badge-commit {
|
||||
background: radial-gradient(#383c4a 40%, transparent 40%) no-repeat;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue