From a9634b6b6625c98448cd1a1927b9b7d6b1609757 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Mon, 16 Dec 2019 13:15:11 +0000 Subject: [PATCH] Set a default outline color and width - Applied since the browser defaults caused outlines to appear very large in some cases. - Set default color to use app primary color, to help them blend into the design a little. For #1738 --- resources/sass/_html.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/resources/sass/_html.scss b/resources/sass/_html.scss index de48c8ed1..e4a8c14bb 100644 --- a/resources/sass/_html.scss +++ b/resources/sass/_html.scss @@ -1,6 +1,7 @@ * { box-sizing: border-box; - outline-color: #444444; + outline-color: var(--color-primary); + outline-width: 1px; } *:focus {