This commit is contained in:
Laurent Destailleur 2020-05-27 02:38:12 +02:00
parent c0ce584487
commit d3e21c82f2
2 changed files with 6 additions and 0 deletions

View File

@ -1963,6 +1963,9 @@ div.mainmenu {
margin-left: 0px;
min-width: 40px;
}
a.tmenuimage:focus, .mainmenu.topmenuimage:focus {
outline: none;
}
/* For mainmenu, we always load the img */

View File

@ -2005,6 +2005,9 @@ div.mainmenu {
margin-left: 0px;
min-width: 40px;
}
a.tmenuimage:focus, .mainmenu.topmenuimage:focus {
outline: none;
}
/* Do not load menu img if hidden to save bandwidth */
<?php if (empty($dol_hide_topmenu)) { ?>