mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2025-01-08 16:19:17 +03:00
📝 Add is-focused class to cursor example
This is required to take effect for the default Atom light syntax theme. Closes #2834
This commit is contained in:
parent
a1c1879ba6
commit
df8e0a8464
@ -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
|
||||
.editor .cursor {
|
||||
.editor.is-focused .cursor {
|
||||
border-color: pink;
|
||||
}
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user