notice that the selection indicator is rendered behind the buttons instead of in front
try pressing spacebar to activate the button
Actual behavior
The selection indicator is behind the neighboring buttons. Also, the highlight looks different from the normal button highlight like it is selecting the tooltip rather than the button. And more importantly, the button can't be activated with the keyboard by pressing space.
Expected behavior
The UI should show the normal button selection highlight instead and should respond to keyboard activation.
Follow up to #4502
Environment
Code Sandbox
Link to a minimal repro (fork this code sandbox): https://codesandbox.io/s/blueprint-sandbox-forked-146cf?file=/src/CoreExample.tsx
Steps to reproduce
Actual behavior
The selection indicator is behind the neighboring buttons. Also, the highlight looks different from the normal button highlight like it is selecting the tooltip rather than the button. And more importantly, the button can't be activated with the keyboard by pressing space.
Expected behavior
The UI should show the normal button selection highlight instead and should respond to keyboard activation.
Possible solution