mirror of
https://github.com/go-gitea/gitea.git
synced 2024-12-19 03:03:37 +08:00
style: better selector for middot
This commit is contained in:
parent
d6acba16e8
commit
28bca98564
|
@ -52,7 +52,7 @@
|
|||
</div>
|
||||
{{end}}
|
||||
</div>
|
||||
<div class="flex-item-body">
|
||||
<div class="flex-item-body separator-container">
|
||||
<a class="index" href="{{if .Link}}{{.Link}}{{else}}{{$.Link}}/{{.Index}}{{end}}">
|
||||
{{if eq $.listType "dashboard"}}
|
||||
{{.Repo.FullName}}#{{.Index}}
|
||||
|
|
|
@ -82,7 +82,7 @@
|
|||
background-color: var(--color-secondary-dark-4);
|
||||
}
|
||||
|
||||
#issue-list .flex-item-body > .flex-text-inline::before {
|
||||
#issue-list .separator-container > .flex-text-inline::before {
|
||||
content: "•";
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user