mirror of
https://github.com/umap-project/umap.git
synced 2025-04-28 11:32:38 +02:00
chore: fix badge visibility in filter tab in browser panel
Co-authored-by: David Larlet <david@larlet.fr>
This commit is contained in:
parent
39e4e2a33c
commit
279717e630
1 changed files with 2 additions and 2 deletions
|
@ -561,13 +561,13 @@ a.umap-control-caption,
|
||||||
.umap-browser.dark .datalayer ul {
|
.umap-browser.dark .datalayer ul {
|
||||||
border: 1px solid #232729;
|
border: 1px solid #232729;
|
||||||
}
|
}
|
||||||
.umap-browser summary {
|
.umap-browser .datalayer summary {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
padding-inline-start: 5px;
|
padding-inline-start: 5px;
|
||||||
height: 30px;
|
height: 30px;
|
||||||
line-height: 30px;
|
|
||||||
background-color: var(--color-lightGray);
|
background-color: var(--color-lightGray);
|
||||||
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
.umap-browser .off summary {
|
.umap-browser .off summary {
|
||||||
color: #b3b3b3;
|
color: #b3b3b3;
|
||||||
|
|
Loading…
Reference in a new issue