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

View File

@ -1966,6 +1966,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

@ -2001,6 +2001,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)) { ?>