vue-paginate icon indicating copy to clipboard operation
vue-paginate copied to clipboard

replace css classes of link elements using classes prop

Open lben opened this issue 8 years ago • 3 comments

Hi, thank you for this nice component. I am using it with bulma css and want to use its pagination classes hence I need to remove your default css classes but I do not how to do it. I think a good way would be using the classes prop but you say that it ADDS classes but I need to REPLACE classes. How can we achieve this?

Thank you

lben avatar Nov 17 '17 03:11 lben

Same problem here!

chasegiunta avatar Nov 29 '17 17:11 chasegiunta

I'm also using it was Bulma CSS, and the way I solved it was by overriding the styles. Not the most elegant way, but it got the job done.

For example, to get rid of the grey background for the li.number class:

li.number { background-color: transparent !important; }

Hope that helps!

isg89 avatar Jan 08 '18 06:01 isg89

same problem

AnasEsseghir avatar Sep 20 '18 12:09 AnasEsseghir