Use walker to highlight current selection

This commit is contained in:
David Heinemeier Hansson
2025-08-08 15:56:16 +02:00
parent 3566ecfc89
commit c97de217b3
4 changed files with 27 additions and 21 deletions

View File

@@ -123,6 +123,10 @@ child:hover #label {
color: @selected-text;
}
#item.active {
font-style: italic;
}
/* Hide sub text */
#sub {
opacity: 0;