File tree 1 file changed +13
-1
lines changed
1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ Values</h3>
67
67
68
68
<pre class="propdef">
69
69
Name : scrollbar-color
70
- Value : auto | <<color>>{2}
70
+ Value : auto | dark | light | <<color>>{2}
71
71
Initial : auto
72
72
Inherited : yes
73
73
Computed value : two computed colors or the keyword auto
@@ -86,6 +86,18 @@ scrollbar-color value set on the HTML body element are not propagated to the vie
86
86
<dl dfn-type="value" dfn-for="scrollbar-color">
87
87
<dt> <dfn>auto</dfn> </dt>
88
88
<dd> default platform rendering for the scrollbar.</dd>
89
+ <dt> <dfn>dark</dfn> </dt>
90
+ <dd>
91
+ show a dark scrollbar,
92
+ which can be either a dark variant of scrollbar provided by the platform,
93
+ or a custom scrollbar with dark colors.
94
+ </dd>
95
+ <dt> <dfn>light</dfn> </dt>
96
+ <dd>
97
+ show a light scrollbar,
98
+ which can be either a light variant of scrollbar provided by the platform,
99
+ or a custom scrollbar with light colors.
100
+ </dd>
89
101
<dt> <dfn><<color>></dfn> </dt>
90
102
<dd>
91
103
apply the first color to the thumb of the scrollbar,
You can’t perform that action at this time.
0 commit comments