Prestashop: Improvement needs on hover of "Ok" button of source code modal on product page

Created on 1 Nov 2018  路  8Comments  路  Source: PrestaShop/PrestaShop

Improvement needs on hover of Ok button of source code modal on product page

To Reproduce
Steps to reproduce the behavior:

  1. BO > Product Page > Summary/Description Tab
  2. Click on 'Sorce code icon'
  3. Try to hover on "Ok" button. Background-color changes to transparent which should not be.

To fix it, We need to apply below style.
.mce-primary.mce-btn:focus, .mce-primary.mce-btn:hover { background-color: #005fb3 !important; }

Screenshots
hover-issue

Additionnal information
PrestaShop version: 1.7.4.3
PHP version: 7.1

1.7.4.3 BO Bug Products Trivial

All 8 comments

Hi @dbadrukhiya,

Thanks for your report.
I manage to reproduce the issue with 1.7.4.3 / 1.7.5.0
image
Thanks for the fix.

Hi @khouloudbelguith
Does I need to open PR for this?

Hi @dbadrukhiya,

Would you be willing to make a pull request on GitHub with your code suggestion?
https://github.com/PrestaShop/PrestaShop/tree/develop
If you have problems, I can create a PR for you.
Thanks!

Thanks @khouloudbelguith . It will be great if you open a PR for me.

@khouloudbelguith any update for PR?

@dineshbadrukhiya, I did not make a PR yet.
Thanks for your understanding.
Would you be willing to make a pull request on GitHub with your code suggestion?

Okay Np @khouloudbelguith . I will open PR in a free time.

@dineshbadrukhiya, thanks for your fix.

Was this page helpful?
0 / 5 - 0 ratings