Fix in nav button for accesibility

This commit is contained in:
Antonio de la Rosa 2022-08-26 23:57:52 +02:00
parent 548d72b7b2
commit 60ee11480b
2 changed files with 7 additions and 1 deletions

View file

@ -391,6 +391,12 @@ a.button {
} }
#nav_button span {
display: none;
}
/*Layout*/ /*Layout*/
@media only screen and (max-width: 1040px) { @media only screen and (max-width: 1040px) {

View file

@ -46,7 +46,7 @@ base_url=config.application_root
<div class="center_flex" style="height:50px;font-size:24px;font-family:Open Sans;background: #253062;color: #fff;"> <div class="center_flex" style="height:50px;font-size:24px;font-family:Open Sans;background: #253062;color: #fff;">
<a href="/" id="logo_url">Cuchulu.com</a> <a href="/" id="logo_url">Cuchulu.com</a>
<div id="nav_home_mobile"> <div id="nav_home_mobile">
<a href="#" id="nav_button"><i class="fa fa-bars" aria-hidden="true"><span style="display:none;">Navigator button</span></i></a> <a href="#" id="nav_button"><i class="fa fa-bars" aria-hidden="true"><span>Navigator button</span></i></a>
</div> </div>
</div> </div>
</div> </div>