File tree 1 file changed +9
-7
lines changed
1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change 24
24
white-space : nowrap;
25
25
}
26
26
27
- .modal [open ] {
27
+ dialog .modal [open ] {
28
28
display : block;
29
29
background : none;
30
30
border : none;
31
+ max-height : unset;
32
+ max-width : unset;
31
33
}
32
34
33
35
/* Generic layout stuff */
88
90
margin-left : 0.25rem ;
89
91
transition : background-color 0.15s ease-in-out;
90
92
}
91
- .applied-filter .constraint-value : hover .filter-name : after {
92
- background-color : var (--bs-btn-hover-color );
93
- }
94
93
.applied-filter .remove {
95
94
--bs-btn-hover-bg : var (--bl-constraint-remove-hover-bg );
96
95
--bs-btn-hover-border-color : var (--bl-constraint-remove-hover-border-color );
@@ -245,6 +244,9 @@ main {
245
244
--bl-facet-active-bg : var (--bs-success );
246
245
--bl-facet-active-item-color : var (--bs-success );
247
246
--bl-facet-remove-color : var (--bs-secondary-color );
247
+ --bl-facet-remove-hover-color : var (--bs-danger );
248
+ --bl-facet-label-indent : -15px ;
249
+ --bl-facet-label-padding-left : 15px ;
248
250
}
249
251
.sidenav .facet-toggle-button [data-hide-label ] {
250
252
display : inline;
@@ -326,15 +328,15 @@ main {
326
328
text-decoration : none;
327
329
}
328
330
.facet-values .remove : hover {
329
- color : # dc3545 ;
331
+ color : var ( --bl-facet-remove-hover-color ) ;
330
332
text-decoration : none;
331
333
}
332
334
.facet-values .facet-label {
333
335
hyphens : auto;
334
336
overflow-wrap : break-word;
335
- padding-left : 15 px ;
337
+ padding-left : var ( --bl-facet-label-padding-left ) ;
336
338
padding-right : 1em ;
337
- text-indent : -15 px ;
339
+ text-indent : var ( --bl-facet-label-indent ) ;
338
340
}
339
341
.facet-values .facet-count {
340
342
margin-left : auto;
You can’t perform that action at this time.
0 commit comments