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

Add missing CSS resets for links #92

Open
Kikobeats opened this issue Mar 21, 2018 · 1 comment
Open

Add missing CSS resets for links #92

Kikobeats opened this issue Mar 21, 2018 · 1 comment
Assignees

Comments

@Kikobeats
Copy link
Member

Kikobeats commented Mar 21, 2018

Need to add minimal and common css reset style to ensure the look and feel works fine in each web integration.

Currently we are not adding this style:

text-decoration: none;
border: 0;
text-align: left;
@Kikobeats
Copy link
Member Author

Kikobeats commented Mar 21, 2018

Probably a better approach to handle that extracts all the reset in a file and call it when it is necessary, instead of polute the current implementation.

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 a pull request may close this issue.

2 participants