Highlight active sidebar button.

This commit is contained in:
Christian Bastian
2024-04-03 22:52:38 -04:00
parent e2eb3dcb08
commit 9484344467
2 changed files with 14 additions and 1 deletions

View File

@@ -35,6 +35,11 @@
left: 75%;
}
.model-manager .sidebar-buttons .sidebar-button-active {
border-color: var(--fg-color);
color: var(--fg-color);
}
/* common */
.model-manager h1 {
min-width: 0;