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
commit bd5a23ff0d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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