Make list selection explicit

Stop auto-downloading on list click and highlight the selected item; download only when the button is pressed.
This commit is contained in:
dsyoon
2026-01-30 20:55:50 +09:00
parent 1d92f2f4fa
commit 0601488087
2 changed files with 35 additions and 2 deletions

View File

@@ -101,6 +101,12 @@ button.danger {
background: #f1f6f9;
}
.tts-item.selected {
background: #f7f7f7;
border-left: 4px solid #e2e2e2;
padding-left: 2px;
}
.bullet {
font-size: 18px;
color: #555;