1
0
mirror of https://github.com/tabler/tabler.git synced 2026-07-15 18:11:42 +04:00

Accessibility and semantic improvements (#2488)

This commit is contained in:
Paweł Kuna
2025-09-17 16:34:36 +02:00
committed by GitHub
parent 736e60408b
commit 596237e8cc
24 changed files with 174 additions and 110 deletions
+2 -2
View File
@@ -2,14 +2,14 @@
<div class="subheader mb-2">Category</div>
{% assign items = "Games,Clothing,Jewelery,Toys" | split: "," %}
<div class="list-group list-group-transparent mb-3">
<nav class="list-group list-group-transparent mb-3">
{% for item in items %}
<a class="list-group-item list-group-item-action d-flex align-items-center{% if forloop.first %} active{% endif %}" href="#">
{{ item }}
<small class="text-secondary ms-auto">{{ forloop.index | random_number: 11, 200 }}</small>
</a>
{% endfor %}
</div>
</nav>
<div class="subheader mb-2">Rating</div>
{% assign items = "5 stars,4 stars,3 stars,2 and less stars" | split: "," %}