From 30e45413c70ddf4de3355b54594fed0abf200d01 Mon Sep 17 00:00:00 2001 From: Albin Larsson Date: Wed, 31 Jul 2019 08:25:02 +0200 Subject: [PATCH] align hover and focus styles --- css/80_app.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/css/80_app.css b/css/80_app.css index b074cefc5..7d7a47c72 100644 --- a/css/80_app.css +++ b/css/80_app.css @@ -2977,7 +2977,8 @@ input.key-trap { border-radius: 0; } -.map-control > button:hover { +.map-control > button:hover, +.map-control > button:focus { background: rgba(0, 0, 0, .8); } @@ -5136,7 +5137,8 @@ svg.mouseclick use.right { border-radius: 8px; } -.notice .zoom-to:hover { +.notice .zoom-to:hover, +.notice .zoom-to:focus { background: rgba(0,0,0,0.6); }