Troubleshooting focus style issue.

Discuss application theming and theme development.
Post Reply
whardman
Posts: 17
Joined: July 8th, 2013, 5:08 am

Troubleshooting focus style issue.

Post by whardman »

I found an issue with my theme (this does not occur on the default theme), where a border disappears due to focus. When I click on a options tab, the border disappears (Left side of image below). If I click on anything else, or de-focus the window, the border reappears (right side of image below).

I can't find any focus styles, and the DOM inspector isn't helpful as the options window becomes de-focused while trying to use the DOM inspector. Does anyone have any ideas as to what would be causing it, or how to go about finding it?

Image
whardman
Posts: 17
Joined: July 8th, 2013, 5:08 am

Re: Troubleshooting focus style issue.

Post by whardman »

#-o Figured it out while fixing something else. I had a :focus rule in the global styles trying to get rid of the focus rings.

And I also forgot about the set pseudo styles option on the DOM inspector.
Post Reply