My text inputs get outlined by Zoom css

Description
I have conflicts with the Zoom SDK css because i got all my text inputs outlined.
The Zoom files add an outline to input[type=“text”]
input[type=text] {
outline: 2px solid transparent !important;
outline-offset: 2px !important;
-webkit-transition: 0.2s all ease-in !important;
-o-transition: 0.2s all ease-in !important;
transition: 0.2s all ease-in !important;
}

Browser Console Error
None

Which Web Meeting SDK version?
2.1.0
Meeting SDK Code Snippets
Import with CDN

Hey @infoklasea.es ,

If you are using the Component View, you do not need the CDN CSS for the Client View:

Thanks,
Tommy

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.