id,summary,reporter,owner,description,type,status,priority,milestone,component,resolution,keywords,cc 5316,Fix expander icon in Trac plugins source browser,Hareesh Pillai,Otto42,"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; } }}} ",defect (bug),closed,normal,,Trac,fixed,,