App: add element selection

This commit is contained in:
Aaron Fenyes 2024-09-16 11:29:44 -07:00
parent 93190e99da
commit a60624884a
5 changed files with 41 additions and 7 deletions

View file

@ -26,7 +26,7 @@ li {
border-radius: 8px;
}
li:focus {
li.selected {
color: #fff;
background-color: #666;
}
@ -52,7 +52,7 @@ li > .elt-rep > div {
background-color: #333;
}
li:focus > .elt-rep > div {
li.selected > .elt-rep > div {
background-color: #555;
}