Working version of EntrySelector

This commit is contained in:
2025-08-26 21:58:42 +02:00
parent 63058ef4a9
commit fe5668fbed
8 changed files with 67 additions and 35 deletions

View File

@@ -11,6 +11,10 @@
display: inline-block; /* Ensure entries align horizontally if needed */
}
.es-entry-selected {
border: 2px solid var(--color-primary);
}
.es-entry:hover {
background-color: var(--color-base-300);
}