fix: gate Neovim control behind live sync
This commit is contained in:
@@ -182,6 +182,13 @@
|
||||
.nvim-work-indicator.is-engaged {
|
||||
box-shadow: inset 0 0 0 1px #cf3d31;
|
||||
}
|
||||
.nvim-work-indicator:disabled {
|
||||
border-color: #a8b0b4;
|
||||
background: #e6e9ea;
|
||||
color: #7c878c;
|
||||
cursor: not-allowed;
|
||||
opacity: .8;
|
||||
}
|
||||
.nvim-height-toggle {
|
||||
flex: none;
|
||||
border: 1px solid #75848b;
|
||||
|
||||
Reference in New Issue
Block a user