📝 Update Shadow DOM selector

This commit is contained in:
simurai 2015-01-29 09:27:17 +09:00
parent 3ca5495690
commit 8e617ff4e2

View File

@ -169,7 +169,7 @@ For example, to change the color of the cursor, you could add the following
rule to your _~/.atom/styles.less_ file:
```less
atom-text-editor.is-focused .cursor {
atom-text-editor::shadow .cursor {
border-color: pink;
}
```