MicroDroid / vue-materialize-datatable

A fancy Materialize CSS datatable VueJS component.
https://overcoder.dev/vue-materialize-datatable
MIT License
179 stars 67 forks source link

Pagination, right and left arrows get darker and darker when you click them until you can't see the icons #62

Closed dwhudson closed 3 years ago

dwhudson commented 3 years ago

darker arrows_darker

I've seen this on the demo page as well as my own local datatable. When you click on the pagination buttons for left or right. The buttons get darker until the point where you cant see the icons. Any have a thought/potential fix for this?

I'm thinking short term to track down the css and disable/simplify the click,hover effects.

* Looks like this issue can be closed. Problem is caused by materialize being imported multiple times on a page. This is a materialize css issue. I found a few cases of multiple imports I had throughout my app. **

MicroDroid commented 3 years ago

Indeed I had just checked, this does not occur on my local build. It's most likely a materialize css issue.