Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS [Solved] blocked the default focus style! Reply To: [Solved] blocked the default focus style!

#193715
carylizable
Participant

You guys were right (are you always?). Thanks for pushing me. I stripped out all of the code and slowly built it back in. I need to use focus because I only want it to show on tabbing and not hovering or active for accessibility purposes. This is the code that worked (finally).

#main .cell .title:focus{outline: 1px dotted #fff}

Thanks again for catching the extra colon Shikkediel. That would have driven me nuts.