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

fixed unexpected learn more button behaviour in chrome #82

Merged
merged 3 commits into from
Oct 21, 2018

Conversation

himankpathak
Copy link
Contributor

Description of the Change

White line at the right edge of the button appeared in chrome browser due to border property set to 0 in learn-more class due to which it was inheriting property from its parent, which was really insignificant and uncalled for.

Current Issue:
bug on chrome

Removed the border property from the learn-more class and the bug was fixed.

Verification Process

After fix on Firefox:
firefox screenshot after fix

After fix on Chrome:
chrome screenshot after fix

Concerned Issues

W.R.T. #28

removed the border property from learn-more class
@himankpathak
Copy link
Contributor Author

@alexdor reviews?

@alexdor
Copy link
Member

alexdor commented Oct 20, 2018

Nice work : ) There is a border at the bottom that wasn’t there before, could you also fix that?

@himankpathak
Copy link
Contributor Author

himankpathak commented Oct 21, 2018

@alexdor I noticed that in firefox the issue is fixed but in chrome at 200% page zoom, there is still a white line

src/styles/home.scss Outdated Show resolved Hide resolved
@himankpathak
Copy link
Contributor Author

himankpathak commented Oct 21, 2018

@alexdor fixed it, once and for all
I hope so :P

@alexdor alexdor merged commit 36a9e05 into ossn:master Oct 21, 2018
@alexdor
Copy link
Member

alexdor commented Oct 21, 2018

Looks good @himankpathak : )

@himankpathak himankpathak deleted the fixchromebug branch October 21, 2018 10: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.

2 participants