]> BookStack Code Mirror - bookstack/commitdiff
Set a default outline color and width
authorDan Brown <redacted>
Mon, 16 Dec 2019 13:15:11 +0000 (13:15 +0000)
committerDan Brown <redacted>
Mon, 16 Dec 2019 13:15:11 +0000 (13:15 +0000)
- 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

index de48c8ed1bbe8eac685067c399c583faafe0abdc..e4a8c14bb8faf0b75bc3abeb0e1ad0d10320eb46 100644 (file)
@@ -1,6 +1,7 @@
 * {
   box-sizing: border-box;
-  outline-color: #444444;
+  outline-color: var(--color-primary);
+  outline-width: 1px;
 }
 
 *:focus {