Merge pull request #30 from Lednerb/fix-contextMenu-and-sidebarEditing

Fixed several issues with contextMenu and sidebar
This commit is contained in:
闪烁之狐 (blinkfox) 2020-03-20 01:03:07 +08:00 committed by GitHub
commit ec388a70f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 */