mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-04-25 05:44:09 +00:00
use muted to have proper hoverability
This commit is contained in:
parent
2980524a82
commit
05830d7b84
2 changed files with 6 additions and 6 deletions
|
@ -40,10 +40,10 @@
|
||||||
<input name="search" placeholder="{{ctx.Locale.Tr "repo.filter_branch_and_tag"}}...">
|
<input name="search" placeholder="{{ctx.Locale.Tr "repo.filter_branch_and_tag"}}...">
|
||||||
</div>
|
</div>
|
||||||
<div class="branch-tag-tab">
|
<div class="branch-tag-tab">
|
||||||
<a class="reference column branch-tag-item text black" href="#" data-target=".base-branch-list">
|
<a class="reference column branch-tag-item muted" href="#" data-target=".base-branch-list">
|
||||||
{{svg "octicon-git-branch"}}{{ctx.Locale.Tr "repo.branches"}}
|
{{svg "octicon-git-branch"}}{{ctx.Locale.Tr "repo.branches"}}
|
||||||
</a>
|
</a>
|
||||||
<a class="reference column branch-tag-item text black" href="#" data-target=".base-tag-list">
|
<a class="reference column branch-tag-item muted" href="#" data-target=".base-tag-list">
|
||||||
{{svg "octicon-tag"}}{{ctx.Locale.Tr "repo.tags"}}
|
{{svg "octicon-tag"}}{{ctx.Locale.Tr "repo.tags"}}
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -101,10 +101,10 @@
|
||||||
<input name="search" placeholder="{{ctx.Locale.Tr "repo.filter_branch_and_tag"}}...">
|
<input name="search" placeholder="{{ctx.Locale.Tr "repo.filter_branch_and_tag"}}...">
|
||||||
</div>
|
</div>
|
||||||
<div class="branch-tag-tab">
|
<div class="branch-tag-tab">
|
||||||
<a class="reference column branch-tag-item text black" href="#" data-target=".head-branch-list">
|
<a class="reference column branch-tag-item muted" href="#" data-target=".head-branch-list">
|
||||||
{{svg "octicon-git-branch"}}{{ctx.Locale.Tr "repo.branches"}}
|
{{svg "octicon-git-branch"}}{{ctx.Locale.Tr "repo.branches"}}
|
||||||
</a>
|
</a>
|
||||||
<a class="reference column branch-tag-item text black" href="#" data-target=".head-tag-list">
|
<a class="reference column branch-tag-item muted" href="#" data-target=".head-tag-list">
|
||||||
{{svg "octicon-tag"}}{{ctx.Locale.Tr "repo.tags"}}
|
{{svg "octicon-tag"}}{{ctx.Locale.Tr "repo.tags"}}
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -16,10 +16,10 @@
|
||||||
<input name="search" placeholder="{{ctx.Locale.Tr "repo.filter_branch_and_tag"}}...">
|
<input name="search" placeholder="{{ctx.Locale.Tr "repo.filter_branch_and_tag"}}...">
|
||||||
</div>
|
</div>
|
||||||
<div class="branch-tag-tab">
|
<div class="branch-tag-tab">
|
||||||
<a class="reference column branch-tag-item text black" href="#" data-target="#branch-list">
|
<a class="reference column branch-tag-item muted" href="#" data-target="#branch-list">
|
||||||
{{svg "octicon-git-branch"}}{{ctx.Locale.Tr "repo.branches"}}
|
{{svg "octicon-git-branch"}}{{ctx.Locale.Tr "repo.branches"}}
|
||||||
</a>
|
</a>
|
||||||
<a class="reference column branch-tag-item text black" href="#" data-target="#tag-list">
|
<a class="reference column branch-tag-item muted" href="#" data-target="#tag-list">
|
||||||
{{svg "octicon-tag"}}{{ctx.Locale.Tr "repo.tags"}}
|
{{svg "octicon-tag"}}{{ctx.Locale.Tr "repo.tags"}}
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue