Plugin adds Outline:0 and Outline:none to elements on :focus
-
Hi TEC team,
Can you please remove these instances of outline:0 and outline:none from :focus? Adding an outline to elements on :focus or :focus-within is an incredibly important accessibility feature and should never be removed with CSS.
Here are the lines I can see in the free plugin. I’d appreciate it if you could also check the Pro plugin and other add-ons, and very much appreciate you prioritizing this fix.
- https://github.com/the-events-calendar/the-events-calendar/blob/128ccb68f7a6c54e92dbb37177db9c0a875710cf/src/modules/elements/input/style.pcss#L6
- https://github.com/the-events-calendar/the-events-calendar/blob/128ccb68f7a6c54e92dbb37177db9c0a875710cf/src/resources/postcss/components/full/_ical-link.pcss#L74
- https://github.com/the-events-calendar/the-events-calendar/blob/128ccb68f7a6c54e92dbb37177db9c0a875710cf/src/modules/blocks/event-links/style.pcss#L107
- https://github.com/the-events-calendar/the-events-calendar/blob/128ccb68f7a6c54e92dbb37177db9c0a875710cf/src/resources/postcss/views/skeleton/_single-event.pcss#L667
- https://github.com/the-events-calendar/the-events-calendar/blob/128ccb68f7a6c54e92dbb37177db9c0a875710cf/src/modules/elements/search-or-create/style.pcss#L17
- https://github.com/the-events-calendar/the-events-calendar/blob/128ccb68f7a6c54e92dbb37177db9c0a875710cf/src/resources/postcss/components/full/_search.pcss#L117
- https://github.com/the-events-calendar/the-events-calendar/blob/128ccb68f7a6c54e92dbb37177db9c0a875710cf/src/resources/postcss/components/full/_top-bar.pcss#L51
- https://github.com/the-events-calendar/the-events-calendar/blob/128ccb68f7a6c54e92dbb37177db9c0a875710cf/src/modules/blocks/event-website/style.pcss#L47
- https://github.com/the-events-calendar/the-events-calendar/blob/128ccb68f7a6c54e92dbb37177db9c0a875710cf/src/resources/postcss/tribe-events-full.pcss#L1792 – This one actually sets the outline to 1px dotted and should also be removed. Best practice is to allow the browser or theme to define the outline weight and style.
- https://github.com/the-events-calendar/the-events-calendar/blob/128ccb68f7a6c54e92dbb37177db9c0a875710cf/src/resources/postcss/tec-admin-filterbar-upsell.pcss#L96 – This one is in the admin, but it matters in the admin too.
There may be others, but I hope that gets you a good head start. Thanks.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Plugin adds Outline:0 and Outline:none to elements on :focus’ is closed to new replies.