mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-10-09 21:16:26 +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,
|
backgroundColor: colors.selectionMatchBackground,
|
||||||
},
|
},
|
||||||
|
|
||||||
|
// Vim cursor
|
||||||
|
|
||||||
|
"&:not(.cm-focused) .cm-fat-cursor": {
|
||||||
|
outline: "none !important",
|
||||||
|
},
|
||||||
|
|
||||||
// Base components
|
// Base components
|
||||||
|
|
||||||
".cm-gutters": {
|
".cm-gutters": {
|
||||||
|
|
Loading…
Add table
Reference in a new issue