react-widgets icon indicating copy to clipboard operation
react-widgets copied to clipboard

focusFirstItem does not work anymore

Open AnnyA95 opened this issue 3 years ago • 1 comments

focusFirstItem does not work anymore in none of the browsers.

AnnyA95 avatar Jun 27 '22 09:06 AnnyA95

The background color somehow is not visible. We could make it work by adding this to our css: .rw-list-option.rw-state-focus:not(.rw-state-selected) { background-color: #e9ecef; }

kdejaeger avatar Jul 15 '22 09:07 kdejaeger