Skip to content

Small typo in CSS variable name #367

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

Open
4levels opened this issue May 22, 2024 · 0 comments
Open

Small typo in CSS variable name #367

4levels opened this issue May 22, 2024 · 0 comments

Comments

@4levels
Copy link

4levels commented May 22, 2024

Hi,

I just noticed that the row-expand template uses an invalid CSS variable name. Upon inspection, it sure looks like a small typo where the leading -- is missing from the variable name.

Not blocking as this can easily be worked around with a custom CSS declaration..

border-color: var(easy-table-body-row-font-color);

Thanks for this great component, works very well and keeps a lot of semantic HTML 👍

4levels added a commit to 4levels/vue3-easy-data-table that referenced this issue May 23, 2024
As explained in issue [HC200ok#367](HC200ok#367) this is a tiny commit that just adds the missing `--` prefix for a CSS variable
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