From 39674fe2b0ecbd60118ce9d67131e1f59831906e Mon Sep 17 00:00:00 2001 From: Christopher Chedeau Date: Sat, 1 Feb 2020 02:57:57 +0000 Subject: [PATCH] Add outline to button list (#644) It's unclear otherwise when using the keyboard --- src/styles.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/styles.scss b/src/styles.scss index 590a090c..2c37501b 100644 --- a/src/styles.scss +++ b/src/styles.scss @@ -88,6 +88,7 @@ body { margin: 1px; } +.buttonList label:focus-within, input:focus { outline: transparent; box-shadow: 0 0 0 2px #a5d8ff;