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

Added subtle hover effect for toast-close and Changed comment style to be able to minify files #87

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

GeorgeFlorian
Copy link

I thought of adding a hover effect for toast-close class (the X sign on the toast) to make it more visible on Desktop:

.toast-close:hover {
    opacity: 1;
}

Also, since I am using this library on an ESP and I believe I am not the only one, saving memory is of utmost importance so I've changed the comment style from // comment to /* comment */ to be able to minify the files. Also added ; were it was missing.

Thank you.

@elie-g
Copy link

elie-g commented Aug 3, 2022

@GeorgeFlorian
You changed the indentation size. I'm not the owner nor am I a contributor to this repo but you should usually never change the indentation size in a pull request.
Doing so changes almost all lines which will most likely cause unecessary conflicts when merged with other PRs.
Moreover, it also makes it harder to see the real code differences (not spaces) and to find what modifications you made to the code.

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