Skip to content

Commit

Permalink
Merge pull request adobe#6156 from calweb/pointer-events-codehint
Browse files Browse the repository at this point in the history
added pointer-events to CSS Code Hints
  • Loading branch information
redmunds committed Dec 4, 2013
2 parents 2814466 + 807d3b6 commit e169aee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/extensions/default/CSSCodeHints/CSSProperties.json
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@
"page-break-inside": {"values": ["auto", "avoid", "inherit"]},
"perspective": {"values": ["none"]},
"perspective-origin": {"values": ["bottom", "center", "left", "right", "top"]},
"pointer-events": {"values": ["auto", "none", "visiblePainted", "visibleFill", "visibleStroke", "visible", "painted", "fill", "stroke", "all", "inherit"]},
"position": {"values": ["absolute", "fixed", "relative", "static", "sticky", "inherit"]},
"quotes": {"values": ["none", "inherit"]},
"region-break-after": {"values": ["always", "auto", "avoid", "avoid-column", "avoid-page", "avoid-region", "column", "left", "page", "region", "right"]},
Expand Down

0 comments on commit e169aee

Please sign in to comment.