[wp-meta] [Making WordPress.org] #5970: The list of function name isn't readable properly.
Making WordPress.org
noreply at wordpress.org
Wed Dec 1 06:50:03 UTC 2021
#5970: The list of function name isn't readable properly.
-----------------------------------+---------------------
Reporter: rima1889 | Owner: (none)
Type: defect | Status: new
Priority: normal | Milestone:
Component: Developer Hub | Resolution:
Keywords: needs-design-feedback |
-----------------------------------+---------------------
Changes (by dd32):
* keywords: has-dev-note dev-feedback needs-design-feedback => needs-
design-feedback
* component: WordPress.org Site => Developer Hub
Comment:
There's a potential that it's intended not to have underlines here, as
there's already a dotted underline set on the :hover.
I do actually have a uncommited diff to remove this underline already, but
didn't move forward with it myself as it only fixes the function listing,
and not all the other locations where function/class names are referenced
as links with an underline (For example Return Values, and Related
functions on individual function pages)
{{{
#!diff
Index: scss/main.scss
===================================================================
--- scss/main.scss (revision 11348)
+++ scss/main.scss (working copy)
@@ -1063,8 +1063,12 @@
.arg-default {
color: #000000;
}
- a:hover {
- border-bottom: 1px dotted #21759b;
+ a {
+ text-decoration: none;
+
+ &:hover {
+ border-bottom: 1px dotted #21759b;
+ }
}
}
h2 {
}}}
--
Ticket URL: <https://meta.trac.wordpress.org/ticket/5970#comment:2>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org
More information about the wp-meta
mailing list