ngx-carousel icon indicating copy to clipboard operation
ngx-carousel copied to clipboard

Tile default box-shadow style

Open h4rDkur opened this issue 6 years ago • 1 comments

screenshot 1

is there a way to override the default box shadow on class "tile"? i tried adding class in my component.css .tile { -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; } but it doesn't remove the box shadow.

i was able to do so by accessing the node_modules->ngx-carousel then removed the box-shadow style. but i don't think its the right way

screenshot 2

is there any other way to remove the default box shadow?

h4rDkur avatar Apr 23 '18 08:04 h4rDkur

@h4rDkur Hi,

It is not mandatory to use ngx-tile u can simply replace it with div tag and style it. This directive NguCarouselItem is the mandatory one

sheikalthaf avatar Apr 28 '18 07:04 sheikalthaf