Hello. I can’t find how to disable the title recoloring on input fields in UI Toolkit. What should I do? Which selector should I add?
I imagine there is a built in USS style that gets applied. You can use the UI Toolkit debugger to work out its name.
Then you should be able to add your own USS style with the same name to define how it looks when focused, which can include just being the same as when unfocused.
I did this, I found a selector that adds a blue color, I entered it, but it did not overwrite my value - it did not work.

