该站点使用这个js,它打破了在网站品牌div中添加的搜索表单输入字段。
/**
* Remove all off-canvas states
*/
function removeAllFocusStates() {
'use strict';
var siteBranding = document.getElementsByClassName('site-branding')[0];
var getFocusedElements = siteBranding.querySelectorAll(':hover, :focus