I am looking to utilize aria-expanded="true"
in order to modify a css property such as an active class :
<li class="active">
<a href="#3a" class="btn btn-default btn-lg" data-toggle="tab" aria-expanded="true">
<span class="network-name">Google+</span>
</a>
</li>
My goal is to have the <a>
element with a background-color: #42DCA3
but only when aria-expanded="true"
is present.