[wp-trac] [WordPress Trac] #59033: Credits: Focus outline is cut off
WordPress Trac
noreply at wordpress.org
Thu Aug 10 09:10:25 UTC 2023
#59033: Credits: Focus outline is cut off
--------------------------------------+---------------------
Reporter: wildworks | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: 6.4
Component: Help/About | Version:
Severity: trivial | Resolution:
Keywords: good-first-bug has-patch | Focuses:
--------------------------------------+---------------------
Comment (by tejadev):
Css fix to the focus outline.
Code here:
{{{
.about__section a:active, .about__section a:focus, .about__section a:hover
{
color: var(--accent-1);
text-decoration: none;
outline: 1px solid #2271b1;
}
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/59033#comment:3>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list