Running v6.x.1.9 on WinXP FF3 I do not see any indication of focus (e.g. dotted rectangle) when I tab through the site. Other themes do display focus. This is important for accessibility. Thanks.

Comments

andregriffin’s picture

Add this on around line 86 after the a:link,a:visited selector block in style.css

a:focus {
outline:1px dotted;
}

Didn't realize the outline:none on clicked links was canceling that out. Thanks.

andregriffin’s picture

Status: Active » Fixed
jimtobias’s picture

thanks -- works perfectly!

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.