You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Great app, but how do I prevent the focus lines around the last viewed image when closing a lightbox image. It looks pretty ugly and I can't seen any CSS styling for it so I assume it's being added with javascript. Is there an option to disable it without having to hack the source?
The text was updated successfully, but these errors were encountered:
They are there, and they should be.
For accessibility purposes it's very important that focus is restored when you close the lightbox.
You can override the focus style with your own implementation in CSS by targeting the :focus pseudo selector on the wrapper links.
But please do not remove the focus style entirely.
Hi,
Great app, but how do I prevent the focus lines around the last viewed image when closing a lightbox image. It looks pretty ugly and I can't seen any CSS styling for it so I assume it's being added with javascript. Is there an option to disable it without having to hack the source?
The text was updated successfully, but these errors were encountered: