remove duplicated scrollbar definitions
This commit is contained in:
parent
4f1aee2c75
commit
0f3deeff83
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue