I’m making a new theme. I’d like to draw a standard blue focus indicator/ring/border around text fields when they have focus:

The text_line_control class does not have a highlighted or focused attribute. This is covered in GitHub issue 3165.
text_area_control does have a highlighted attribute; however, it only has two valid properties: deleted_line_texture and background_modifier.
Has anyone figured out a workaround? Thanks!