Opened 16 years ago
Closed 16 years ago
#1674 closed defect (bug) (fixed)
CSS Focus styles not defined
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | 1.2 | Priority: | minor |
| Severity: | Version: | ||
| Component: | Keywords: | usability, css, has-patch | |
| Cc: |
Description
I've milestone this for 1.2 as the fix is simple and has a fairly important usability impact for people who use the keyboard as the main means of navigating a site.
If you try to navigate around http://testbp.org/ using the tab button, you've got no way of seeing which element you currently have "selected".
This is because bp-default uses Eric Meyer's reset.css which has the following section. I have had a quick test removing this (and leaving it to browsers' defaults) and visually it looks fine. My recommendation would be to just remove these lines from reset.css.
/* remember to define focus styles! */
:focus {
outline: 0;
}
(In [2513]) Fixes #1674