File tree 2 files changed +10
-1
lines changed
2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 99
99
font-weight : 500 ;
100
100
color : hsl (var (--rfs-secondary-foreground ));
101
101
background-color : hsl (var (--rfs-secondary ));
102
- border : 1px solid hsl (var (--rfs-border ));
103
102
border-radius : 4px ;
104
103
}
105
104
105
+ /* Bug in elasticsearch-ui: Filter toggle button has bad attribute "hidden" */
106
+ .sui-layout-sidebar-toggle : where ([hidden = "" ]) {
107
+ /* Ignore hidden and display it always (we are in max-width: 800px) */
108
+ display : block !important ;
109
+ }
110
+
106
111
.sui-layout-sidebar .sui-layout-sidebar-toggle {
107
112
margin-bottom : 20px ;
108
113
}
Original file line number Diff line number Diff line change 65
65
--rfs-chart-4 : 280 65% 60% ;
66
66
--rfs-chart-5 : 340 75% 55% ;
67
67
}
68
+
69
+ [hidden ]: where (: not ([hidden = "until-found" ])) {
70
+ display : none !important ;
71
+ }
68
72
}
69
73
}
70
74
You can’t perform that action at this time.
0 commit comments