code cosmetics: silence a warning in edit.css

This commit is contained in:
tophf 2017-12-17 22:07:15 +03:00
parent db2c4cd6fc
commit 97e486e139

View File

@ -287,7 +287,7 @@ body[data-match-highlight="selection"] .CodeMirror-selection-highlight-scrollbar
background-color: #ff9;
}
to {
background-color: none;
background-color: inherit;
}
}
@keyframes fadein {