Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaudio Rodriguez <cjrodr@yahoo.com>2016-04-29 22:37:09 +0300
committerClaudio Rodriguez <cjrodr@yahoo.com>2016-05-01 18:23:57 +0300
commit7fdffb66d7719d7626eee1817aefceedb4b58af5 (patch)
tree30b956ff41ca6c5039303e4ae1ab056b42538ebb /doc/api_assets
parentbcce05dba4b5107343661e880d235b3777e19594 (diff)
doc: remove all scrollbar styling
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 <robert.lindstaedt@gmail.com> Reviewed-By: Roman Reiss <me@silverwind.io> Reviewed-By: Сковорода Никита Андреевич <chalkerx@gmail.com>
Diffstat (limited to 'doc/api_assets')
-rw-r--r--doc/api_assets/style.css29
1 files changed, 0 insertions, 29 deletions
diff --git a/doc/api_assets/style.css b/doc/api_assets/style.css
index bb25c4d0a1f..d2fe3b718f9 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;
}