[wp-trac] [WordPress Trac] #55713: Styles welcome guide's button styling is not consistent
WordPress Trac
noreply at wordpress.org
Thu May 12 11:03:47 UTC 2022
#55713: Styles welcome guide's button styling is not consistent
--------------------------+------------------------------
Reporter: juhise | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: General | Version:
Severity: normal | Resolution:
Keywords: | Focuses: ui, css
--------------------------+------------------------------
Comment (by nidhidhandhukiya):
Hello @juhise
As per my understanding adding this line of code can solve this issue.
{{{
.components-button.components-guide__back-button {
color: #1386bf;
font-weight: 700;
}
.components-button.components-guide__finish-button {
color: #1386bf;
font-weight: 700;
}
.components-button.components-guide__finish-button:hover{
text-decoration:underline;
}
}}}
I am trying to add patch but did not able to find out path that's why i am
sharing my code here.
Hope that will be helpful.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/55713#comment:2>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list