From 4ae39f98632e548f4b335547ecb493ac7471bc98 Mon Sep 17 00:00:00 2001 From: Claudio Rodriguez Date: Fri, 29 Apr 2016 20:37:09 +0100 Subject: [PATCH] doc: remove all scrollbar styling MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Returns the doc custom scrollbar to native style. Fixes: https://github.com/nodejs/node/issues/6443 PR-URL: https://github.com/nodejs/node/pull/6479 Reviewed-By: Robert Lindstaedt Reviewed-By: Roman Reiss Reviewed-By: Сковорода Никита Андреевич --- doc/api_assets/style.css | 29 ----------------------------- 1 file changed, 29 deletions(-) diff --git a/doc/api_assets/style.css b/doc/api_assets/style.css index bb25c4d0a1f6d2..d2fe3b718f9910 100644 --- a/doc/api_assets/style.css +++ b/doc/api_assets/style.css @@ -55,35 +55,6 @@ em code { font-style: normal; } -::-webkit-scrollbar { - -webkit-appearance: none; -} - -::-webkit-scrollbar-button { - display: none; -} - -::-webkit-scrollbar-track { - background: #fff; -} - -::-webkit-scrollbar-thumb { - min-height: 48px; - background: #d2d2d2; - background-clip: padding-box; - border: 3px solid #fff; - border-radius: 5px; -} - -::-webkit-scrollbar-thumb:active { - background: #888; - border-width: 2px; -} - -::-webkit-scrollbar { - width: 10px; -} - #changelog #gtoc { display: none; }