HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Use "active" instead of "focus"
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
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
0
Answers
Vanilla Forums COO [GitHub, Twitter, About.me]