Tweaked hover effects

This commit is contained in:
2026-03-10 14:03:36 +01:00
parent 4ccd49b11b
commit bda1465422
3 changed files with 16 additions and 10 deletions

View File

@@ -14,9 +14,7 @@ export component MapWindow {
padding: 12px;
Rectangle {
area := TouchArea {
mouse-cursor: pointer;
}
area := TouchArea { }
background: Palette.bg-main;
border-radius: 8px;
@@ -135,7 +133,7 @@ export component MapWindow {
Rectangle {
background: transparent;
border-color: area.has-hover ? Palette.border-focus : Palette.border;
border-color: Palette.border;
border-width: 2px;
border-radius: 8px;
vertical-stretch: 1;