Relative Content

Tag Archive for javascripthtmlcssonfocus

How to Override Inherited :focus-visible Styles in a Chatbot Component?

I am integrating a chatbot into a parent website over which I have no CSS control. The parent site has CSS rules that apply box-shadow to elements when they are focused (using :focus-visible). These styles are affecting the input elements of my chatbot, particularly adding unwanted box-shadow.
enter image description here