Tutorial: remove outline on scrollbar thumb

pull/6090/head
Mitchell Austin 6 years ago
parent ce3a579125
commit 46354ce894

@ -198,7 +198,6 @@
.chapter-markup::-webkit-scrollbar-thumb { .chapter-markup::-webkit-scrollbar-thumb {
background-color: rgba(255,255,255,.7); background-color: rgba(255,255,255,.7);
border-radius: 1em; border-radius: 1em;
outline: 1px solid green;
} }
.chapter-markup :global(p) > :global(code), .chapter-markup :global(p) > :global(code),

Loading…
Cancel
Save