3.2.0

focus appearance on Tab control

Default browser behavior is a dotted box around the link that has focus.

How do I remove the dotted box from the selected tab?
Eric Juvet
April 21,
Are you using FireFox or one of the other Mozilla-based browsers?
Anthony
April 21,
Yes.
Eric Juvet
April 21,
This should hide focus outline in Firefox -

.aw-item-text:focus {
outline: none;
}
Alex (ActiveWidgets)
April 21,
I can confirm that it works for an AW tree widget. But I had to do -
*:focus {outline:none}

to get it to work. What's the correct style for the inner box around the tree?
Anthony
April 21,

This topic is archived.

See also:


Back to support forum