add geoformat image
All checks were successful
Deploy / Build and Deploy to Production (push) Successful in 23s

This commit is contained in:
Julie Blanc 2026-03-23 11:25:53 +01:00
parent 75e7f375b3
commit 2eaf9aab7e
6 changed files with 27 additions and 10 deletions

View file

@ -192,12 +192,14 @@
font-family: sans-serif;
}
.block-image.element-hovered {
.block-image.element-hovered,
.geoformat-cover-image.element-hovered {
outline: 2px solid #0d996050 !important;
cursor: pointer !important;
}
.block-image.element-selected {
.block-image.element-selected,
.geoformat-cover-image.element-selected {
outline: 2px dashed #0d9960 !important;
}