Merge pull request #30 from Lednerb/fix-contextMenu-and-sidebarEditing
Fixed several issues with contextMenu and sidebar
This commit is contained in:
commit
ec388a70f4
14
vue-dark.css
14
vue-dark.css
@ -144,7 +144,19 @@ div.CodeMirror span.CodeMirror-nonmatchingbracket {
|
||||
--select-text-bg-color: hsl(153, 47%, 40%);
|
||||
--select-text-font-color: #aaaaaa;
|
||||
--bg-color: #1d1d1d;
|
||||
--item-hover-bg-color: #eeeeee;
|
||||
--item-hover-bg-color: var(--select-text-bg-color);
|
||||
}
|
||||
|
||||
.info-panel-tab:hover {
|
||||
color: #42b983;
|
||||
}
|
||||
|
||||
.outline-label:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
input {
|
||||
color: #42b983;
|
||||
}
|
||||
|
||||
/* cyrillic-ext */
|
||||
|
Loading…
Reference in New Issue
Block a user