Hi all,
I am trying to remove the border of a selected field in a Form region, but having no luck so far. On other regions, I have had success with:
:focus{
outline: none;
outline-offset :none;
}
This is the pre-selected input field:

This is the field once selected:

Ideally I want to remove the white border entirely, but would settle for a 1px width with no corner radius.
Currently using APEX 23.1.0
Google Chrome 121.0.6167.139
Custom Theme
I'm not able to share my site unfortunately due to confidentiality, but anyone with any insight as to what class I should be calling in css would be very much appreciated. Please let me know if there is any other information you need that might help.
(Hoping at posting that my username is displayed correctly!)
Thank you in advance.