Hi to everyone!
I have an ng-repeat list of items and the class item-complex is being added to it and putting background-color white I try to over right this with transparent but is not working.
Any thoughts?
Hi to everyone!
I have an ng-repeat list of items and the class item-complex is being added to it and putting background-color white I try to over right this with transparent but is not working.
Any thoughts?
I found it, if anyone need it in the future:
.item .item-content{
background: transparent !important;
}