diff --git a/app/webpacker/css/admin/products_v3.scss b/app/webpacker/css/admin/products_v3.scss index 3eba3b7179..6416645b3d 100644 --- a/app/webpacker/css/admin/products_v3.scss +++ b/app/webpacker/css/admin/products_v3.scss @@ -130,7 +130,7 @@ font-size: inherit; font-weight: inherit; - &:not(:focus):not(.changed) { + &:not(:focus):not(.changed):not([disabled]) { border-color: transparent; } } @@ -341,6 +341,10 @@ .field:last-child { margin-bottom: 0; } + + input[disabled] { + color: transparent; // hide value completely + } } } }