Problem with red dotted line appearing on click, after update
4 years 4 months ago #56958
by Magh
I'm not sure which of the recent updates did this. But a red dotted line has appeared around each menu item, when clicked.
I haven't been able to locate the problem. I want this line gone.
Here's the screenshot:
I haven't been able to locate the problem. I want this line gone.
Here's the screenshot:
Please Log in or Create an account to join the conversation.
4 years 4 months ago #56959
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Problem with red dotted line appearing on click, after update
Hi
this is for the accessibility for disabled people
you can remove it using this CSS code
CEd
this is for the accessibility for disabled people
you can remove it using this CSS code
Code:
li.maximenuck > a:focus {
outline: none !important;
}
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
Time to create page: 0.196 seconds