diff --git a/htdocs/theme/eldy/global.inc.php b/htdocs/theme/eldy/global.inc.php index 9f2e022825c..bdd9e6a55c5 100644 --- a/htdocs/theme/eldy/global.inc.php +++ b/htdocs/theme/eldy/global.inc.php @@ -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 */ diff --git a/htdocs/theme/md/style.css.php b/htdocs/theme/md/style.css.php index c58700dc007..1e760404c8d 100644 --- a/htdocs/theme/md/style.css.php +++ b/htdocs/theme/md/style.css.php @@ -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 */