Whenever I open my JavaFX program, I there is a blue box around the first item in a TableView
. Once the user clicks away, it's gone. Is there a way to remove it in a custom css file?
I've tried setting -fx-focus-color
in .root
and .table-row-cell
(and much more that I can't remember) but nothing has worked.