diff --git a/contao/templates/frontend/event_filter.html.twig b/contao/templates/frontend/event_filter.html.twig index 6cedd58..740ca90 100644 --- a/contao/templates/frontend/event_filter.html.twig +++ b/contao/templates/frontend/event_filter.html.twig @@ -74,6 +74,10 @@ outline-offset: 3px; } + #eventfilters .widget-select.active::before { + display: none; + } + #eventfilters select:focus-visible { outline: 3px solid currentColor; outline-offset: 3px; @@ -86,8 +90,9 @@ #eventfilters .eventfilter-clear { position: absolute; top: 50%; - right: .5rem; + right: 0; transform: translateY(-50%); + margin: 0; display: inline-flex; align-items: center; justify-content: center; @@ -95,7 +100,7 @@ background: transparent; color: inherit; cursor: pointer; - padding: .125rem; + padding: 1em; line-height: 1; }