[wp-trac] [WordPress Trac] #63291: Theme: Twenty Twenty-One, Button text not show
WordPress Trac
noreply at wordpress.org
Wed Apr 16 08:46:30 UTC 2025
#63291: Theme: Twenty Twenty-One, Button text not show
---------------------------+----------------------------------
Reporter: trushaamin | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Bundled Theme | Version: 6.8
Severity: minor | Resolution:
Keywords: has-patch | Focuses: ui, javascript, css
---------------------------+----------------------------------
Comment (by Presskopp):
There is no rule for a:visited and therefore all applied colors are white
(color, background)
{{{
.site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
...
background: rgba(255, 255, 255, 0.9);
}
}}}
We could add a rule for {{{a:visited}}} in
{{{\themes\twentytwentyone\assets\sass\04-elements\links.scss}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/63291#comment:4>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list