How to add keyboard outline?
-
Hello,
For web accessibility compliance, how can I add a keyboard outline to thumbnails in a justified gallery?
The CSS I’ve written so far only displays the left and top outline. The right and bottom parts of the outline are hidden somehow.
.fg-thumb:focus { outline-width: 3px !important; outline-style: solid !important; outline-color: red !important; margin: 3px !important; }
Thanks
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘How to add keyboard outline?’ is closed to new replies.