Commit 4aec23e399f16bd3c2f5ce48ae303b4cfafb88f0
1 parent
41cc51d5
Exists in
master
and in
8 other branches
Fix small acessibility issues
Showing
3 changed files
with
4 additions
and
4 deletions
Show diff stats
src/app/components/navbar/navbar.html
... | ... | @@ -22,7 +22,7 @@ |
22 | 22 | <li ui-sref-active="active"><a ui-sref="duvidas">Dúvidas</a></li> |
23 | 23 | <li role="separator" class="divider hidden-xs hidden-sm"><span>|</span></li> |
24 | 24 | <li class="dropdown"> |
25 | - <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Compartilhar <span class="icon icon-social-share-small"></span></a> | |
25 | + <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Compartilhar <span aria-hidden="true" class="icon icon-social-share-small"></span></a> | |
26 | 26 | <social-share class="dropdown-menu dropdown-menu-right"></social-share> |
27 | 27 | <!-- <ul class="dropdown-menu dropdown-menu-right dropdown-menu-social"> |
28 | 28 | <li> | ... | ... |
src/app/components/proposal-box/proposal-box.html
... | ... | @@ -46,7 +46,7 @@ |
46 | 46 | <div class="proposal-box--share"> |
47 | 47 | <span>COMPARTILHE ESSA <b>PROPOSTA</b></span> |
48 | 48 | <div class="dropdown"> |
49 | - <button id="dropdown-share-btn" class="btn btn-link dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"><span class="icon icon-social-share-small" aria-hidden="true"></span></button> | |
49 | + <button id="dropdown-share-btn" class="btn btn-link dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" aria-label="Mostrar ou esconder a lista redes sociais para compartilhamento"><span class="icon icon-social-share-small" aria-hidden="true"></span></button> | |
50 | 50 | <social-share class="dropdown-menu dropdown-menu-right"></social-share> |
51 | 51 | </div> |
52 | 52 | </div> | ... | ... |
src/app/pages/inicio/inicio.html