diff --git a/contao/templates/frontend/event_filter.html.twig b/contao/templates/frontend/event_filter.html.twig index 93f468d..edebbac 100644 --- a/contao/templates/frontend/event_filter.html.twig +++ b/contao/templates/frontend/event_filter.html.twig @@ -1,17 +1,19 @@
-
- - - {% for tag in tagButtons|default([]) %} - - {% endfor %} -
-
+
+ + +
+
- + - + {% for organization in organizations|default([]) %} {% endfor %} @@ -64,19 +66,19 @@ pointer-events: none; } - #eventfilters .active, - #eventfilters select.active { + #eventfilters .widget-select.active .ss-main { outline: 2px solid currentColor; outline-offset: 2px; } - #eventfilters button:focus-visible, - #eventfilters select:focus-visible { + #eventfilters .ss-main:focus-visible { outline: 2px solid currentColor; outline-offset: 2px; } + +