0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-12-01 17:30:59 +01:00

Tutorial: remove outline on scrollbar thumb (#6090)

This commit is contained in:
Mitchell Austin 2021-03-30 11:30:29 -07:00 committed by GitHub
parent 4ccd65fdc3
commit 00acbf2117
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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),