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

Remove !important from CSS style #89

Open
marcocondrache opened this issue Jul 17, 2022 · 0 comments
Open

Remove !important from CSS style #89

marcocondrache opened this issue Jul 17, 2022 · 0 comments

Comments

@marcocondrache
Copy link

Styling with card mod doesn't work for changing the background of the popup card as the background line is marked as !important.

:host {
     background-color: #000 !important;
}

Generally speaking marking css lines with important isn't a good practice especially when developing modules for user customization.

Let me know if you need a pull request for fixing this issue.

Thank You

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

No branches or pull requests

1 participant