You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to set the pagination bullets color of slide component to white simply via property or something.
I've seen classes ready for this inherited probably from http://idangero.us/swiper/
By the way I hacked it this way: ion-slides .swiper-pagination { @extend .swiper-pagination-white }
The text was updated successfully, but these errors were encountered:
CSS is the best way to customize ionic component.
I don't think it's needed to add an option for things like this. You have all the options you want for style in css ;)
Hello, thanks for using Ionic! The correct way to do this is with the sass that you have posted above. While we definitely appreciate your suggestion, i am not sure that a minor styling thing like this is worth another property on the ion-slides component. I will close this issue for now, but will re-open if we re-evaluate. Thanks!
apreg
changed the title
Abiltiy to set pagination bullets of ion-slide to white
Ability to set pagination bullets of ion-slide to white
Sep 28, 2016
I'd like to set the pagination bullets color of slide component to white simply via property or something.
I've seen classes ready for this inherited probably from http://idangero.us/swiper/
By the way I hacked it this way:
ion-slides .swiper-pagination { @extend .swiper-pagination-white }
The text was updated successfully, but these errors were encountered: