UX: More fixes (#47)

This commit is contained in:
Jordan Vidrine
2025-03-12 13:39:27 -05:00
committed by GitHub
parent 7fe1b87f82
commit 3911572b29
4 changed files with 11 additions and 3 deletions
+8
View File
@@ -163,3 +163,11 @@
outline: transparent;
border-color: var(--accent-color);
}
.fk-d-menu__inner-content {
.btn-icon-text.btn-flat:hover {
background-color: var(--d-selected);
box-shadow: none;
color: var(--primary);
}
}