styling :focus
-
Hi,
in some browsers I noticed that “Add outline to elements on keyboard focus Outline color” leads to a link being outlined when clicked with mouse not just when [tab] is being used. I would like to get rid of that (just the action when mouse is used), but somehow I seem to be unable to change the style. I tried to restyle below by using outline: 0 or changing the color to white to it would no show up but had no luck.
:focus {
outline: 1px solid #5F9EA0!important;
}How can I achieve this? Thank u!
The page I need help with: [log in to see the link]
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘styling :focus’ is closed to new replies.