Skip to content

Conversation

kborchers
Copy link
Member

CSS: Changed the :active selector to *. Fixed #6757 - .ui-widget :active { outline: none; } causes slowness in FF

This accomplishes the same effect and should not negatively effect any other default element styles.

…ive { outline: none; } causes slowness in FF
@scottgonzalez
Copy link
Member

That's crazy aggressive and kills focus outlines. We discussed this in the meeting yesterday and we think we want to go even less aggressive than :active. The best solution is probably to remove this rule and add specific rules for individual widgets.

@kborchers
Copy link
Member Author

Forgot about focus. I knew it was aggressive but thought :active was really aggressive anyway and went with it. Specific rules for each widget would make more sense.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants