Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Github Issue #79: CSS classes/styles too genera #81

Merged
merged 1 commit into from
Dec 17, 2018

Conversation

a-laurowski
Copy link
Contributor

  • Solves issue:
    CSS classes/styles too general #79
  • Description:
    Change product-name CSS class to ff-product-name in order to differ from its origin Magento 2 class
  • Tested with Magento editions/versions:
    2.2.6
  • Tested with PHP versions:
    7.1

@fritzmg
Copy link
Contributor

fritzmg commented Dec 10, 2018

.ff-suggest {
background-color: white;
box-shadow: 1px 1px 10px lightgrey;
}

should probably also be changed to

#ffSuggestContainerWrapper { 
     background-color: white; 
     box-shadow: 1px 1px 10px lightgrey; 
}

or

.ff-suggest.blockLayout {
     background-color: white; 
     box-shadow: 1px 1px 10px lightgrey; 
}

@a-laurowski a-laurowski force-pushed the improvements/less-general-styles branch from 1e638dc to 7a6c54c Compare December 10, 2018 13:46
@a-laurowski
Copy link
Contributor Author

PR Updated

@a-laurowski a-laurowski merged commit 4b7573a into develop Dec 17, 2018
@a-laurowski a-laurowski deleted the improvements/less-general-styles branch December 21, 2018 11:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants