Merge pull request #4997 from mempool/natsoni/fix-dropdown-focus
Fix dropdown menu navigation with arrow keys
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user