From ae744ee6c8885979a40a6175a83eb5d2fa327188 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sat, 15 Sep 2018 01:24:44 +0200 Subject: [PATCH] Platform: style canvas focus outline consistently with m.css. --- src/Magnum/Platform/WebApplication.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Magnum/Platform/WebApplication.css b/src/Magnum/Platform/WebApplication.css index b2b7d7f1b..ea461cd89 100644 --- a/src/Magnum/Platform/WebApplication.css +++ b/src/Magnum/Platform/WebApplication.css @@ -116,6 +116,7 @@ body { z-index: 10; border-radius: 0.2rem; /*var(--border-radius)*/ } +#module:focus { outline-color: #5b9dd9; } /*var(--header-link-current-color)*/ #module { margin-bottom: -0.25rem; /* otherwise there's scrollbar w/ fullsize (why?) */ }