[wp-meta] [Making WordPress.org] #5316: Fix expander icon in Trac plugins source browser
Making WordPress.org
noreply at wordpress.org
Mon Jul 13 18:24:37 UTC 2020
#5316: Fix expander icon in Trac plugins source browser
----------------------------+--------------------
Reporter: Hareesh Pillai | Owner: (none)
Type: defect | Status: new
Priority: normal | Milestone:
Component: Trac | Keywords:
----------------------------+--------------------
While browsing the source code of plugins on Trac, the icon denoting if
the folder is expanded or not is broken. The CSS rule has to be tweaked a
bit to fix this.
Link to browse plugin source:
https://plugins.trac.wordpress.org/browser/akismet
File to be changed: https://s.w.org/style/trac/wp-trac.css
Present code:
{{{
table.dirlist tr.expanded span.expander:before {
content: "\f140"; /* dashicons-arrow-down */
width: 15px;
}
}}}
Change proposed:
{{{
table.dirlist tr span.expander.expanded:before {
content: "\f140"; /* dashicons-arrow-down */
width: 15px;
}
}}}
--
Ticket URL: <https://meta.trac.wordpress.org/ticket/5316>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org
More information about the wp-meta
mailing list