Fix: keep map mouse-interactive when panning with arrow keys, some CSS-tweaks

This commit is contained in:
Pieter Vander Vennet 2023-12-21 01:49:36 +01:00
parent 319c0e2573
commit 512bb4c00e
5 changed files with 5 additions and 3 deletions

View file

@ -2517,6 +2517,7 @@ button.soft, .button.soft {
button.soft:hover, .button.soft:hover {
background-color: var(--interactive-background);
color: var(--interactive-foreground);
border: 2px solid var(--catch-detail-color-contrast);
}
.links-as-button a {