diff --git a/webapp/static/clients/codemirror/list.js b/webapp/static/clients/codemirror/list.js index 62936ae..cb1254f 100644 --- a/webapp/static/clients/codemirror/list.js +++ b/webapp/static/clients/codemirror/list.js @@ -78,7 +78,7 @@ class ListComponent extends HTMLElement { @import url("../codicon@0.0.40/codicon.css"); ul { list-style-type: none; padding:0;margin:0; } li { padding: 0 0 0 2px; border-bottom: 1px solid #ccc; cursor: pointer; width:100%; } - li:hover { background-color: #ccc; } + li:not(.selected) :hover { background-color: #ccc; } .selected { background-color: #0d6efd;color: #ffff;} i {vertical-align: middle;} `;