[fix] css

This commit is contained in:
Andy Bunce 2025-10-06 15:07:53 +01:00
parent 9934a08485
commit b0e18a87ac

View file

@ -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;}
`;