Skip to content
Snippets Groups Projects
Commit 5c6c2087 authored by Rolf Aas's avatar Rolf Aas
Browse files

Added icon description on i-tags

parent efaedc9a
No related branches found
No related tags found
No related merge requests found
......@@ -52,7 +52,7 @@
</div>
<div class="row">
<div id="list-diets-div" class="col">
<i class="fas fa-utensils"></i>
<i class="fas fa-utensils" aria-hidden="true"></i>
<label for="list-diet-tab" class="form-label">Diets</label>
</div>
</div>
......@@ -71,7 +71,7 @@
<div class="entry input-group">
<input class="form-control" name="athlete" type="text" />
<button class="btn btn-danger btn-remove" type="button">
<i class="fas fa-minus"></i>
<i class="fas fa-minus" aria-hidden="true"></i>
</button>
</span>
</div>
......@@ -81,7 +81,7 @@
<div class="entry input-group">
<input class="form-control" name="athlete" type="text" />
<button class="btn btn-success btn-add" type="button">
<i class="fas fa-plus"></i>
<i class="fas fa-plus" aria-hidden="true"></i>
</button>
</span>
</div>
......@@ -139,7 +139,7 @@
<div class="entry input-group">
<input class="form-control" name="athlete-no-diet" type="text" />
<button class="btn btn-success btn-add-diet" type="button">
<i class="fas fa-utensils"></i>
<i class="fas fa-utensils" aria-hidden="true"></i>
</button>
<div class="tab-pane fade" role="tabpanel">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment