fix tab accessibility
parent
e0573ee890
commit
0229f2d4d6
|
|
@ -41,15 +41,15 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div class="tabs is-boxed">
|
||||
<ul>
|
||||
<li class="is-active">
|
||||
<div class="tabs is-boxed" role="tablist">
|
||||
<ul role="presentation">
|
||||
<li class="is-active" role="presentation">
|
||||
<a href="#tab--occupancyTypes">
|
||||
<i class="fas fa-user-friends" aria-hidden="true"></i>
|
||||
<span class="ml-2">Types and Fields</span>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<li role="presentation">
|
||||
<a href="#tab--occupancyTypePrints">
|
||||
<i class="fas fa-print" aria-hidden="true"></i>
|
||||
<span class="ml-2">Prints</span>
|
||||
|
|
|
|||
Loading…
Reference in New Issue