diff --git a/app/webpacker/css/admin/products_v3.scss b/app/webpacker/css/admin/products_v3.scss index 434c20fce3..da512aecf7 100644 --- a/app/webpacker/css/admin/products_v3.scss +++ b/app/webpacker/css/admin/products_v3.scss @@ -109,6 +109,10 @@ // "Naked" inputs. Row hover helps reveal them. input { border-color: transparent; + background-color: $color-tbl-cell-bg; + height: auto; + font-size: inherit; + font-weight: inherit; &:focus { border-color: $color-txt-hover-brd;