mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-09 16:24:59 +00:00
fix show/hide in exports filter + better styles
This commit is contained in:
@@ -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%)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
@@ -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';
|
||||
|
Reference in New Issue
Block a user