Blender Studio pull request - Version 2.2.0 update #104394

Merged
Márton Lente merged 64 commits from ui/v2.2.0 into main 2024-04-08 16:32:44 +02:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit ce72b98db9 - Show all commits

View File

@ -1,6 +1,6 @@
{% if url is none %}
{# Class 'position-relative' is needed to work with hover before #}
<span class="badge position-relative">{{ label }}</span>
<span class="badge position-relative {% if class %}{{ class }}{% endif %}">{{ label }}</span>
{% else %}
<a class="badge" href="{{ url }}">{{ label }}</a>
<a class="badge {% if class %}{{ class }}{% endif %}" href="{{ url }}">{{ label }}</a>
{% endif %}