Border of Content Section of Seasons Theme on Click

I’ve noticed that on click, the border of the content section of the Seasons theme turns blue. How can this changed or disabled?

Thanks,

Tabitha

Hi,
I’m not sure if this effect is intentional but it really looks strange. This is visible only for the Webkit based browsers (Chrome, Safari).
To get rid of it, you have to edit the theme css file (css/style.css) and add the following:

div#content: focus {
  outline: none;
}

You can also open an issue on the projects Github page (https://github.com/omeka/theme-seasons)

1 Like

It’s been driving me crazy for the longest! Thank you so much!!