monday-ui-react-core
Version:
Official monday.com UI resources for application development in React.js
3 lines (2 loc) • 1.5 kB
JavaScript
var e={searchWrapper:"searchWrapper",searchFocusElementFirst:"searchFocusElementFirst",dashForward:"dashForward",searchFocusElementSecond:"searchFocusElementSecond",dashBackwards:"dashBackwards",search:"search",round:"round"};!function(e){const r="s_id-b431f263cf23_2_149_4";if("undefined"!=typeof document){const a=document.head||document.getElementsByTagName("head")[0];if(a.querySelector("#"+r))return;const n=document.createElement("style");n.id=r,a.firstChild?a.insertBefore(n,a.firstChild):a.appendChild(n),n.appendChild(document.createTextNode(e))}else globalThis.injectedStyles&&(globalThis.injectedStyles[r]=e)}(".searchWrapper input[type=search] {\n -webkit-appearance: textfield;\n}\n\n.searchWrapper input[type=search]::-webkit-search-decoration,\n.searchWrapper input[type=search]::-webkit-search-cancel-button,\n.searchWrapper input[type=search]::-webkit-search-results-button,\n.searchWrapper input[type=search]::-webkit-search-results-decoration {\n -webkit-appearance: none;\n}\n\n.searchWrapper:focus-within .searchFocusElementFirst {\n animation: dashForward 5s linear forwards;\n}\n\n.searchWrapper:focus-within .searchFocusElementSecond {\n animation: dashBackwards 5s linear forwards;\n}\n\n.search.round {\n border-radius: 50px !important;\n}\n\n@keyframes dashForward {\n to {\n stroke-dashoffset: 0;\n }\n}\n\n@keyframes dashBackwards {\n to {\n stroke-dashoffset: 2000;\n }\n}");export{e as default};
//# sourceMappingURL=LegacySearch.module.scss.js.map