From 279717e6303c865aad86a21e3ccf2937544697ab Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Fri, 25 Apr 2025 17:28:30 +0200 Subject: [PATCH] chore: fix badge visibility in filter tab in browser panel Co-authored-by: David Larlet --- umap/static/umap/map.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/umap/static/umap/map.css b/umap/static/umap/map.css index 39af6f3b..e8050ee8 100644 --- a/umap/static/umap/map.css +++ b/umap/static/umap/map.css @@ -561,13 +561,13 @@ a.umap-control-caption, .umap-browser.dark .datalayer ul { border: 1px solid #232729; } -.umap-browser summary { +.umap-browser .datalayer summary { margin-bottom: 0; overflow: hidden; padding-inline-start: 5px; height: 30px; - line-height: 30px; background-color: var(--color-lightGray); + font-weight: bold; } .umap-browser .off summary { color: #b3b3b3;