Merge pull request #4997 from mempool/natsoni/fix-dropdown-focus

Fix dropdown menu navigation with arrow keys
This commit is contained in:
softsimon
2024-04-20 08:35:17 +07:00
committed by GitHub

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);
}
}