Move editor icons to eventmanager and remove inline styling

This commit is contained in:
Jürgen Mummert
2026-03-01 13:02:42 +01:00
parent 141e310320
commit 5facca2566
36 changed files with 97 additions and 546 deletions
@@ -84,32 +84,5 @@
data-map-pitch="{{ mapPitch|default(0)|e('html_attr') }}"
></div>
<style>
.eventmanager-map-filter {
display: grid;
gap: .5rem;
margin-bottom: .75rem;
}
.eventmanager-map-filter__group {
display: flex;
flex-wrap: wrap;
gap: .5rem;
}
.eventmanager-map-filter__tag[aria-pressed="true"] {
font-weight: 600;
}
.eventmanager-map {
width: 100%;
min-height: 420px;
}
.maplibregl-popup {
z-index: 2147483647;
}
</style>
<script type="application/json" id="{{ mapDataElementId|e('html_attr') }}">{{ mapItemsJson|raw }}</script>
<script type="module" src="/bundles/mummertmediaeventmanager/assets/map-module.js?v=20260227b"></script>