From 919104fbea7f3d765dc2fa21d52b229068f91bf9 Mon Sep 17 00:00:00 2001 From: Felix Hamann Date: Sun, 10 Feb 2019 22:30:32 +0100 Subject: [PATCH] make focused state of buttons more recognizable --- templates/default-layout.lucius | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/templates/default-layout.lucius b/templates/default-layout.lucius index faf42548f..fd001a810 100644 --- a/templates/default-layout.lucius +++ b/templates/default-layout.lucius @@ -262,6 +262,12 @@ button, a:hover { color: white; } + + &:focus { + border-color: #3273dc; + box-shadow: 0 0 0 0.125em rgba(50,115,220,.25); + outline: 0; + } } input[type="submit"][disabled],