[fix] css
This commit is contained in:
parent
9934a08485
commit
b0e18a87ac
1 changed files with 1 additions and 1 deletions
|
@ -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;}
|
||||
`;
|
||||
|
|
Loading…
Add table
Reference in a new issue