mirror of
https://github.com/mempool/mempool.git
synced 2026-08-17 13:07:07 +02:00
Merge pull request #4997 from mempool/natsoni/fix-dropdown-focus
Fix dropdown menu navigation with arrow keys
This commit is contained in:
commit
bd5a23ff0d
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue