- 🇳🇿New Zealand quietone
Seven is no longer in core. I asked in #bugsmash where this issue should move to. Lendude responded saying that the same code is in Claro. Therefore I am moving this to Claro and adding lendude to the triage meta, 📌 [Meta] Seven issue triage Fixed
- Status changed to Closed: outdated
almost 2 years ago 2:47am 10 February 2023 - 🇺🇸United States bnjmnm Ann Arbor, MI
While it's true that the code I mentioned was a problem is still in Claro, that same CSS file (in Claro) includes focus styling of equal-to-greater specificity that appears after the outline-removing styles, so the focus ring shows up for all links (and pretty much anything receiving focus).
.page-wrapper *:focus, .ui-dialog *:focus { outline: var(--focus-outline); box-shadow: var(--focus-box-shadow); }