use muted to have proper hoverability

This commit is contained in:
0ko 2025-03-10 00:04:52 +05:00
parent 2980524a82
commit 05830d7b84
2 changed files with 6 additions and 6 deletions

View file

@ -40,10 +40,10 @@
<input name="search" placeholder="{{ctx.Locale.Tr "repo.filter_branch_and_tag"}}...">
</div>
<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"}}
</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"}}
</a>
</div>
@ -101,10 +101,10 @@
<input name="search" placeholder="{{ctx.Locale.Tr "repo.filter_branch_and_tag"}}...">
</div>
<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"}}
</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"}}
</a>
</div>

View file

@ -16,10 +16,10 @@
<input name="search" placeholder="{{ctx.Locale.Tr "repo.filter_branch_and_tag"}}...">
</div>
<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"}}
</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"}}
</a>
</div>