blitz
blitz copied to clipboard
Focus Outline Color Different Based On Example Choice
Problem
The outline color for the focus is red in the css_grid_buttons, but black in the buttons example:
Steps To Reproduce
Steps to reproduce the behavior:
-
Run
cargo run --example buttons
, type tab a few times to move the focus -
Run
cargo run --example css_grid_buttons
, type tab a few times to move the focus -
Expected behavior
The outline color should be the same in both examples
Screenshots
buttons:
grid:
Environment:
- Renderer version:
Blitz master
- Rust version: 1.43.0
- OS info: Windows 11
Questionnaire
- [ ] I'm interested in fixing this myself but don't know where to start
- [ ] I would like to fix and I have a solution
- [x] I don't have time to fix this right now, but maybe later