From b0e18a87ac4425336f45ad0358af849c546e1512 Mon Sep 17 00:00:00 2001 From: Andy Bunce Date: Mon, 6 Oct 2025 15:07:53 +0100 Subject: [PATCH] [fix] css --- webapp/static/clients/codemirror/list.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;} `;