Add .overlay to the list

This commit is contained in:
Ben Ogle
2014-11-17 14:24:19 -08:00
parent ff78a5b075
commit dd0bed9bff

View File

@@ -26,6 +26,7 @@ Old Selector | New Selector
`.panel-bottom` | `atom-panel[location="bottom"]`
`.panel-left` | `atom-panel[location="left"]`
`.panel-right` | `atom-panel[location="right"]`
`.overlay` | `atom-panel[location="modal"]`
## Supporting the Shadow DOM