Hello @swayurindia
Thank you for reaching out to the Shopify community.
Here are the steps:
-
Navigate to the theme editor Online Store → Themes → Edit Code.
-
Search for the asset named as base.css, open the file and add the below code at the end of the file:
button.quick-add__submit:hover::after {
--border-offset: unset !important;
}
Save the changes and let me know if this was helpful.
Thanks.