mirror of
https://github.com/jlengrand/bugsink.git
synced 2026-03-10 08:01:17 +00:00
Active project in menu: don't use italic, use bold and a small arrow
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
|
||||
<div class="dropdown-content-left flex-col">
|
||||
{% for loop_project in user_projects %}
|
||||
<a href="/issues/{{ loop_project.id }}/"><div class="bg-slate-200 hover:bg-slate-400 p-4 whitespace-nowrap {% if project == loop_project %}italic{% endif %}">{{ loop_project.name }}</div></a>
|
||||
<a href="/issues/{{ loop_project.id }}/"><div class="bg-slate-200 hover:bg-slate-400 p-4 whitespace-nowrap {% if project == loop_project %}font-bold{% endif %}">{% if project == loop_project %}{{ project.name }} <{% else %}{{ loop_project.name }}{% endif %}</div></a>
|
||||
{% endfor %}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user