From 00acbf211710190616bb6a8e1fca4644d1b06c6b Mon Sep 17 00:00:00 2001 From: Mitchell Austin Date: Tue, 30 Mar 2021 11:30:29 -0700 Subject: [PATCH] Tutorial: remove outline on scrollbar thumb (#6090) --- 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),