を変更するにはアリア展開=「true」を使用したい:私はアクティブなクラスのようなCSSプロパティを変更するために<code>aria-expanded="true"</code>を使用したいCSSプロパティ
<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>
私は<a>
background-color: #42DCA3
にしたいが、場合にのみ、 aria-expanded="true"
。
作品と最も簡単な解決策!ありがとう –