blitz icon indicating copy to clipboard operation
blitz copied to clipboard

Focus Outline Color Different Based On Example Choice

Open ealmloff opened this issue 1 year ago • 0 comments

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: image grid: image

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

ealmloff avatar May 18 '23 12:05 ealmloff