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