diff --git a/ghost/admin/app/components/modal-member-product.hbs b/ghost/admin/app/components/modal-member-product.hbs index f2a453dda5..0abced7775 100644 --- a/ghost/admin/app/components/modal-member-product.hbs +++ b/ghost/admin/app/components/modal-member-product.hbs @@ -72,6 +72,6 @@ @successText={{this.successText}} @task={{this.addPriceTask}} @disabled={{this.cannotAddPrice}} - @class="gh-btn gh-btn-black gh-btn-icon" + @class="gh-btn gh-btn-black gh-btn-icon gh-btn-add-memberproduct" data-test-button="save-webhook" /> \ No newline at end of file diff --git a/ghost/admin/app/styles/layouts/members.css b/ghost/admin/app/styles/layouts/members.css index 0ea21cf6fb..4f01f3bef1 100644 --- a/ghost/admin/app/styles/layouts/members.css +++ b/ghost/admin/app/styles/layouts/members.css @@ -1706,4 +1706,13 @@ p.gh-members-import-errordetail:first-of-type { font-size: 1.4rem; color: var(--midgrey); padding: 48px 0; +} + +.gh-btn-add-memberproduct[disabled], +.gh-btn-add-memberproduct[disabled]:hover { + background: var(--lightgrey-l1) !important; +} + +.gh-btn-add-memberproduct[disabled] span { + color: var(--midgrey); } \ No newline at end of file diff --git a/ghost/admin/app/templates/settings/product.hbs b/ghost/admin/app/templates/settings/product.hbs index 6c4ba917a3..b37da98e5e 100644 --- a/ghost/admin/app/templates/settings/product.hbs +++ b/ghost/admin/app/templates/settings/product.hbs @@ -100,7 +100,7 @@ {{price.nickname}}

- TODO: Description + Price description

@@ -109,7 +109,7 @@
- TODO + 0
diff --git a/ghost/admin/app/templates/settings/products.hbs b/ghost/admin/app/templates/settings/products.hbs index 8555c32a48..7d6aff85cf 100644 --- a/ghost/admin/app/templates/settings/products.hbs +++ b/ghost/admin/app/templates/settings/products.hbs @@ -24,7 +24,7 @@ {{product.name}}

- TODO: Product description + Product description