Polish map result drawer contrast
GeoIntel release gates / Compile, test, contracts and builds (push) Canceled after 0s
GeoIntel release gates / Python and npm vulnerability policy (push) Canceled after 0s
GeoIntel release gates / GIS image, SBOM and container scan (push) Canceled after 0s

This commit is contained in:
Jens
2026-08-01 14:11:22 +02:00
parent 6c1c2b52b6
commit 5b50c2337b
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -2378,7 +2378,7 @@ export function MapWorkspace({
: regionalBathymetryThemeActive
? `${activeThemePartitions.length} gecontroleerde gemeentepartities · selectie wordt ruimtelijk samengevoegd`
: activeThemeDataset
? `${getDatasetSourceDisplayName(activeThemeDataset)} · ${formatDatasetObservation(activeThemeDataset)}${onDemandProductMap.get(activeTheme.id) ? ' · ontbrekende lokale dekking wordt automatisch aangevuld' : ''}`
? `${getDatasetSourceDisplayName(activeThemeDataset)} · ${formatDatasetObservation(activeThemeDataset)}`
: activeOnDemandMapProduct
? `${activeOnDemandMapProduct.attribution} · wordt alleen voor de gekozen selectie ingeladen`
: activeTheme.description}
+3 -3
View File
@@ -1752,8 +1752,8 @@ button.overview-command-card { cursor: pointer; }
border-right: 0;
border-radius: var(--gi-radius-md) 0 0 var(--gi-radius-md);
padding: 0.55rem 0.7rem;
background: var(--gi-brand-800);
color: #fff;
background: var(--gi-brand-800) !important;
color: #fff !important;
font-size: var(--gi-text-2xs);
font-weight: 750;
box-shadow: var(--gi-shadow-md);
@@ -1763,7 +1763,7 @@ button.overview-command-card { cursor: pointer; }
.geo-results-toggle:hover,
.geo-results-toggle:focus-visible {
background: var(--gi-brand-700);
background: var(--gi-brand-700) !important;
}
.geo-results-toggle-open {