Fix dropdown menu arrow navigation

This commit is contained in:
natsoni
2024-04-20 00:57:59 +02:00
parent 9950ef16ce
commit dd0c1eb74d

View File

@@ -1268,7 +1268,7 @@ app-global-footer {
.dropdown-menu {
background-color: var(--bg);
.dropdown-item:hover {
.dropdown-item:hover, .dropdown-item:focus {
background-color: var(--active-bg);
}
}