Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Commit e169aee

Browse files
committed
Merge pull request #6156 from calweb/pointer-events-codehint
added pointer-events to CSS Code Hints
2 parents 2814466 + 807d3b6 commit e169aee

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/extensions/default/CSSCodeHints/CSSProperties.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@
155155
"page-break-inside": {"values": ["auto", "avoid", "inherit"]},
156156
"perspective": {"values": ["none"]},
157157
"perspective-origin": {"values": ["bottom", "center", "left", "right", "top"]},
158+
"pointer-events": {"values": ["auto", "none", "visiblePainted", "visibleFill", "visibleStroke", "visible", "painted", "fill", "stroke", "all", "inherit"]},
158159
"position": {"values": ["absolute", "fixed", "relative", "static", "sticky", "inherit"]},
159160
"quotes": {"values": ["none", "inherit"]},
160161
"region-break-after": {"values": ["always", "auto", "avoid", "avoid-column", "avoid-page", "avoid-region", "column", "left", "page", "region", "right"]},

0 commit comments

Comments
 (0)