avatar
link / clickable area outlines
by Sam Howell - Thursday, 27 June 2019, 5:08 AM
 

Hello Adapters,

I'm hoping someone could explain how to turn off link outlines. I figured this had to be done in CSS, so I input the following into my additional CSS box:

a {

outline: 0;

}

However, this has had no effect and I'm still seeing dotted outlines.

I'm sure this is intended for accessibility reasons, but is there anyway to alter/disable this feature?

Thanks

Sam


Picture of Marissa Preciado
Re: link / clickable area outlines
by Marissa Preciado - Friday, 28 June 2019, 4:53 PM
 

This might be what you're looking for.