X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=resources%2Fsrc%2Fjquery%2Fjquery.makeCollapsible.styles.less;h=ac896160a5bcd0797a6ff8b8f7c856e1d61cbffb;hp=fd6f38cddb85e6be167d83718f172eac16321c71;hb=dfec83932fd38a9086eb5a2e212889ad00f35b0e;hpb=e15e67f25afd78d586e2a62aa63384c34556f2b9 diff --git a/resources/src/jquery/jquery.makeCollapsible.styles.less b/resources/src/jquery/jquery.makeCollapsible.styles.less index fd6f38cddb..ac896160a5 100644 --- a/resources/src/jquery/jquery.makeCollapsible.styles.less +++ b/resources/src/jquery/jquery.makeCollapsible.styles.less @@ -43,9 +43,9 @@ display: none; } + // table.: Where the tbody or thead is the first child of the collapsible table ol.mw-collapsible:not( @{exclude} ):before, ul.mw-collapsible:not( @{exclude} ):before, - // Where the tbody or thead is the first child of the collapsible table table.mw-collapsible:not( @{exclude} ) :first-child tr:first-child th:last-child:before, table.mw-collapsible:not( @{exclude} ) > caption:first-child:after, div.mw-collapsible:not( @{exclude} ):before { @@ -74,9 +74,10 @@ // Use the exclude selector to ensure animations do not break .mw-collapsed:not( @{exclude} ) { // Avoid FOUC/reflows on collapsed elements by making sure they are opened by default (T42812) + // > thead + tbody: 'https://www.mediawiki.org/wiki/Manual:Collapsible_elements/Demo/Simple#Collapsed_by_default' > p, > table, - > thead + tbody, // 'https://www.mediawiki.org/wiki/Manual:Collapsible_elements/Demo/Simple#Collapsed_by_default' + > thead + tbody, tr:not( :first-child ), .mw-collapsible-content { display: none;