HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Options

Use "active" instead of "focus"

edited November 2011 in Feedback
Well, there's something weird going on with buttons and stuff - they don't appear depressed in Chrome, while in Firefox, they work just fine.

I decided to take a look at it and found that whoever designed the default Vanilla theme used "focus" instead of "active" for the buttons, which, as it turns out, was causing the issue I was experiencing. Chrome doesn't support the "focus" element in CSS it seems, so I fix it by copying the CSS sections that used "focus" and changing "focus" in the copies to "active.

I'd appreciate it if this was fixed in a Vanilla version :)

Answers

Sign In or Register to comment.