Merge pull request #15348 from Snuffleupagus/bug-1787296

[editor] Change the focus-outline to blue (bug 1787296)
This commit is contained in:
Jonas Jenwald 2022-08-25 22:53:10 +02:00 committed by GitHub
commit 76f665d57f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@
*/ */
:root { :root {
--focus-outline: solid 2px red; --focus-outline: solid 2px blue;
--hover-outline: dashed 2px blue; --hover-outline: dashed 2px blue;
--freetext-line-height: 1.35; --freetext-line-height: 1.35;
--freetext-padding: 2px; --freetext-padding: 2px;