Fix in nav button for accesibility
This commit is contained in:
parent
548d72b7b2
commit
60ee11480b
2 changed files with 7 additions and 1 deletions
|
|
@ -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) {
|
||||||
|
|
|
||||||
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue