HC200ok / vue3-easy-data-table

A customizable and easy-to-use data table component made with Vue.js 3.x
MIT License
536 stars 105 forks source link

Small typo in CSS variable name #367

Open 4levels opened 4 months ago

4levels commented 4 months ago

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..

https://github.com/HC200ok/vue3-easy-data-table/blob/aa77f92ca93b93947a468a9e10ee1cdfe9d00f38/src/scss/vue3-easy-data-table.scss#L235

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