I'm working on a quasar framework, electron.js project, and I found this weird bug when press a key then the application frame has a yellow border, and is impossible to override or make disappear, or select with devtools, since when you unfocus the window it will disappear.
If I comment QLayout component then it stop's happening so it has to be something with that component.
Im using linux mint, haven't tested this bug in other OS.
EDIT:
Minimal reproducible example:
To fix this, put in the element CSS
outline: none;