chore: fix badge visibility in filter tab in browser panel

Co-authored-by: David Larlet <david@larlet.fr>
This commit is contained in:
Yohan Boniface 2025-04-25 17:28:30 +02:00
parent 39e4e2a33c
commit 279717e630

View file

@ -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;