From b79aab0b58f4e89f2c44f3e3536792a154c8179d Mon Sep 17 00:00:00 2001 From: Eric Amodio Date: Wed, 21 Sep 2022 19:33:27 -0400 Subject: [PATCH] Fixes bad css --- src/webviews/apps/plus/graph/graph.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/webviews/apps/plus/graph/graph.scss b/src/webviews/apps/plus/graph/graph.scss index c740296..2c35c7d 100644 --- a/src/webviews/apps/plus/graph/graph.scss +++ b/src/webviews/apps/plus/graph/graph.scss @@ -71,7 +71,7 @@ a { :focus { outline: 1px solid var(--vscode-focusBorder); - outline-offset: -1x; + outline-offset: -1px; } } @@ -176,7 +176,7 @@ a { :focus { outline: 1px solid var(--vscode-focusBorder); - outline-offset: -1x; + outline-offset: -1px; } }