diff --git a/app/webpacker/css/admin/products_v3.scss b/app/webpacker/css/admin/products_v3.scss index a5b7d9fe62..ba34c089d4 100644 --- a/app/webpacker/css/admin/products_v3.scss +++ b/app/webpacker/css/admin/products_v3.scss @@ -159,7 +159,10 @@ } > input { - background-color: $lighter-grey; + // Totally hide the input from its container + background-color: transparent; + border: none; + width: calc(100% - 30px); // 30px is the width of the search icon + padding } &:before {