We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bcd313 commit 8687cffCopy full SHA for 8687cff
templates/repo/issue/labels/label_archived.tmpl
@@ -1,5 +1,5 @@
1
{{if .IsArchived}}
2
- <span class="archived-label" data-tooltip-content="{{ctx.Locale.Tr "repo.issues.label_archive_tooltip"}}">
+ <span class="ui basic mini label" data-tooltip-content="{{ctx.Locale.Tr "repo.issues.label_archive_tooltip"}}">
3
{{ctx.Locale.Tr "archived"}}
4
</span>
5
{{end}}
web_src/css/repo/issue-label.css
@@ -42,10 +42,6 @@
42
opacity: 0.7;
43
}
44
45
-.archived-label {
+.label-operation .label {
46
height: fit-content;
47
- font-size: 10px;
48
- padding: 0.1rem;
49
- border: 1px solid var(--color-secondary);
50
- border-radius: var(--border-radius);
51
0 commit comments