Skip to content

Commit 42cddfd

Browse files
committed
Fix scrollbar-color completions
1 parent 316edc6 commit 42cddfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

completions/properties.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1396,7 +1396,7 @@
13961396
"scale": [("none",)] + t.number,
13971397
"scan": [("interlace",), ("progressive",)],
13981398
"scripting": [("enabled",), ("initial-only",), ("none",)],
1399-
"scrollbar-color": [("auto",), t.color],
1399+
"scrollbar-color": [("auto",)] + t.color,
14001400
"scrollbar-width": [("thin",), ("none",), ("auto",)],
14011401
"scroll-behavior": [("auto",), ("smooth",)],
14021402
"scroll-padding": t.length + t.percentage,

0 commit comments

Comments
 (0)