mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-10-06 11:35:54 +08:00
Don't show Vim cursor outline in unfocused cells
This commit is contained in:
parent
f9f8579ca4
commit
d0cd3a48ce
1 changed files with 6 additions and 0 deletions
|
@ -85,6 +85,12 @@ function buildEditorTheme(colors, { dark }) {
|
|||
backgroundColor: colors.selectionMatchBackground,
|
||||
},
|
||||
|
||||
// Vim cursor
|
||||
|
||||
"&:not(.cm-focused) .cm-fat-cursor": {
|
||||
outline: "none !important",
|
||||
},
|
||||
|
||||
// Base components
|
||||
|
||||
".cm-gutters": {
|
||||
|
|
Loading…
Add table
Reference in a new issue