File tree Expand file tree Collapse file tree 8 files changed +8
-12
lines changed Expand file tree Collapse file tree 8 files changed +8
-12
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ categories:
1010- turbulent
1111- threeD
1212- jet
13- - hit
1413---
1514
1615<div class =" sidebar__right " style =" top : 130px ; text-align : center ;" >
Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ categories:
1111- jet
1212- threeD
1313- turbulent
14- - hit
1514---
1615<div style =" text-align : center ;" >
1716 <img src="./assets/img/quentin2024.png" alt="Image 1" style="max-width: 100%;">
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ categories:
1010- nonreacting
1111- channel
1212- pipe
13- - laminar
14- - twoD
13+ - turbulent
14+ - threeD
1515---
1616
1717<!--
Original file line number Diff line number Diff line change 77description : Vitiated H2-air Freely Propagating Flame DNS
88categories :
99- reacting
10- - twoD
11- - channel
10+ - threeD
1211- turbulent
1312---
1413
Original file line number Diff line number Diff line change 88categories :
99- reacting
1010- jet
11- - threeD
12- - turbulent
11+ - twoD
12+ - laminar
1313---
1414
1515<div style =" text-align : center ;" >
Original file line number Diff line number Diff line change @@ -178,12 +178,11 @@ <h2>BLASTNet Simulation Dataset</h2>
178178 } else if ( filterValue . length ) {
179179 var curIndex = filters [ group ] . indexOf ( filterValue ) ;
180180 if ( curIndex > - 1 ) filters [ group ] . splice ( curIndex , 1 ) ;
181- //if (!optionSet.querySelectorAll("a." + activeClass + ":not(["+filterAttr+"=''])").length){
182- if ( ! filters [ group ] . length ) {
181+ //if (!optionSet.querySelectorAll("a." + activeClass + ":not(["+filterAttr+"=''])").length)
182+ if ( ! filters [ group ] . length )
183183 selectAll . forEach ( function ( element ) {
184184 element . classList . add ( activeClass ) ;
185185 } ) ;
186- }
187186 } else {
188187 optionSet . querySelectorAll ( "a." + activeClass ) . forEach ( function ( element ) {
189188 element . classList . remove ( activeClass ) ;
Original file line number Diff line number Diff line change 552552 }
553553
554554 // Scrollspy marks toc items as .active when they are in focus
555- .active a {
555+ .active a , .is-checked {
556556 @include yiq-contrasted ($active-color );
557557 }
558558}
You can’t perform that action at this time.
0 commit comments