Merge pull request #4997 from mempool/natsoni/fix-dropdown-focus
Fix dropdown menu navigation with arrow keys
This commit is contained in:
commit
bd5a23ff0d
@ -1268,7 +1268,7 @@ app-global-footer {
|
|||||||
|
|
||||||
.dropdown-menu {
|
.dropdown-menu {
|
||||||
background-color: var(--bg);
|
background-color: var(--bg);
|
||||||
.dropdown-item:hover {
|
.dropdown-item:hover, .dropdown-item:focus {
|
||||||
background-color: var(--active-bg);
|
background-color: var(--active-bg);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user