[wp-trac] [WordPress Trac] #42651: Code within a field description should not be italic
WordPress Trac
noreply at wordpress.org
Tue Nov 21 16:20:29 UTC 2017
#42651: Code within a field description should not be italic
----------------------------+-----------------------------
Reporter: johnbillion | Owner:
Type: enhancement | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Administration | Version:
Severity: trivial | Keywords: needs-patch
Focuses: administration |
----------------------------+-----------------------------
Given some descriptive text in the admin area such as the following, the
text within the `<code>` element appears in italic, but ideally it should
not.
{{{
<p class="description">This is italic and so is <code>$this</code>.</p>
}}}
Some CSS along the lines of `.description code { font-style: normal; }`
should do the trick.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/42651>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list