From: Dan Brown Date: Mon, 16 Dec 2019 13:15:11 +0000 (+0000) Subject: Set a default outline color and width X-Git-Tag: v0.28.0~1^2~33 X-Git-Url: http://source.bookstackapp.com/bookstack/commitdiff_plain/a9634b6b6625c98448cd1a1927b9b7d6b1609757 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 --- 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 {