From 62261558f9457a9ee3cf99ce31a60488c649d14a Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Fri, 25 Feb 2022 11:44:17 +0100 Subject: [PATCH] Fix missing focus highlight for guest buttons Signed-off-by: Joas Schilling --- core/css/guest.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/core/css/guest.css b/core/css/guest.css index ee2bf57c0c9..a648f75f64f 100644 --- a/core/css/guest.css +++ b/core/css/guest.css @@ -270,6 +270,10 @@ select { border-radius: 100px; /* --border-radius-pill */ cursor: pointer; } +input[type='submit']:focus { + border: 2px solid black !important; + padding: 8px; +} input[type='text'], input[type='tel'], input[type='password'],