Unverified Commit 0f3deeff authored by Marco Blessing's avatar Marco Blessing Committed by GitHub
Browse files

remove duplicated scrollbar definitions

parent 4f1aee2c
Loading
Loading
Loading
Loading
+2 −19
Original line number Diff line number Diff line
@@ -188,7 +188,7 @@ body.dark .docs-navigation {
}

body.dark pre code::-webkit-scrollbar-thumb {
  background: $border-dark;
  background: $gray-400;
}

body.dark code:not(.hljs) {
@@ -202,7 +202,7 @@ body.dark pre code:hover {
}

body.dark pre code::-webkit-scrollbar-thumb:hover {
  background: $border-dark;
  background: $gray-500;
}

body.dark blockquote {
@@ -331,20 +331,3 @@ body.dark .copy-status:active::after {
  display: block;
  color: $link-color-dark;
}

body.dark pre code::-webkit-scrollbar {
  height: 5px;
}

body.dark pre code::-webkit-scrollbar-thumb {
  background: $gray-400;
}

body.dark pre code:hover {
  scrollbar-width: thin;
  scrollbar-color: $gray-500 transparent;
}

body.dark pre code::-webkit-scrollbar-thumb:hover {
  background: $gray-500;
}