Tutorial: remove outline on scrollbar thumb (#6090)

pull/6154/head
Mitchell Austin 5 years ago committed by GitHub
parent 4ccd65fdc3
commit 00acbf2117
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save