Fix debug focus not showing on all nodes

This commit is contained in:
crschnick
2025-11-20 01:20:23 +00:00
parent 5659e9375d
commit 18870be838
@@ -1,5 +1,5 @@
/* For development
*:focused {
.root *:focused {
-fx-border-width: 1;
-fx-border-color: red;
}