fix show/hide in exports filter + better styles

This commit is contained in:
2022-07-07 15:20:50 +02:00
parent 989c4e90e5
commit 7b64269bb5
3 changed files with 111 additions and 84 deletions

View File

@@ -99,11 +99,14 @@ div.flex-table {
div.item-bloc {
flex-direction: column;
&:nth-child(even) {
background-color: $gray-200;
&:not(.no-altern) { // class to avoid even/odd
.chill-user-quote {
background-color: shade-color($gray-200, 5%)
&:nth-child(even) {
background-color: $gray-200;
.chill-user-quote {
background-color: shade-color($gray-200, 5%)
}
}
}

View File

@@ -1,5 +1,6 @@
import { ShowHide } from 'ShowHide';
console.log('coucou');
// old method to show/hide filters when checking checkbox
import { chill } from 'ChillMainAssets/chill/js/chill';
window.addEventListener("DOMContentLoaded", chill.listenerDisplayCheckbox);
// TODO should be replaced by more recent showHide library
//import { ShowHide } from 'ShowHide';