Difference between revisions of "Template:Clade hidden/styles.css"
Jump to navigation
Jump to search
imported>Jts1882 (disable hide content in mobile) |
imported>Jts1882 (only hide direct parent (allows spans elements in + and - cells)) |
||
| Line 1: | Line 1: | ||
| − | table.clade div.mw-collapsible span:not(.mw-customtoggle) { | + | table.clade div.mw-collapsible > span:not(.mw-customtoggle) { |
display:none; | display:none; | ||
} | } | ||
Revision as of 16:42, 11 November 2019
table.clade div.mw-collapsible > span:not(.mw-customtoggle) {
display:none;
}
/* Hides content in mobile and non-JS modes, but a few issues
table.clade td.clade-interactive div.mw-collapsible-content {
display:none;
}*/