From 46354ce89428cb11eae44473f2d59be9671a00a9 Mon Sep 17 00:00:00 2001 From: Mitchell Austin Date: Mon, 15 Mar 2021 18:55:53 -0700 Subject: [PATCH] Tutorial: remove outline on scrollbar thumb --- site/src/routes/tutorial/[slug]/index.svelte | 1 - 1 file changed, 1 deletion(-) diff --git a/site/src/routes/tutorial/[slug]/index.svelte b/site/src/routes/tutorial/[slug]/index.svelte index be59665970..bcb9a9b24a 100644 --- a/site/src/routes/tutorial/[slug]/index.svelte +++ b/site/src/routes/tutorial/[slug]/index.svelte @@ -198,7 +198,6 @@ .chapter-markup::-webkit-scrollbar-thumb { background-color: rgba(255,255,255,.7); border-radius: 1em; - outline: 1px solid green; } .chapter-markup :global(p) > :global(code),