mirror of
https://github.com/umap-project/umap.git
synced 2025-04-29 11:52:38 +02:00
feat: align celllayer and cellayerplus border
This commit is contained in:
parent
facccc1c70
commit
a0ec0de6f7
1 changed files with 3 additions and 2 deletions
|
@ -193,8 +193,8 @@
|
|||
.leaflet-iconLayers-layer {
|
||||
width: 38px;
|
||||
height: 38px;
|
||||
box-shadow: 0px 0px 2px #444;
|
||||
border: 1px solid #bbb;
|
||||
box-shadow: none;
|
||||
border: 1px solid var(--color-lightGray);
|
||||
border-radius: 4px;
|
||||
}
|
||||
.leaflet-iconLayers-layerTitleContainer {
|
||||
|
@ -229,6 +229,7 @@
|
|||
line-height: 100%;
|
||||
border-radius: var(--border-radius);
|
||||
margin-bottom: 0;
|
||||
border: 1px solid var(--color-lightGray);
|
||||
}
|
||||
.leaflet-iconLayers-layerCell-plus:hover {
|
||||
background-color: var(--color-lightGray);
|
||||
|
|
Loading…
Reference in a new issue