refactor(css): appearance mixin (#8212)

This commit is contained in:
Manu Mtz.-Almeida
2016-10-06 22:18:00 +02:00
committed by Brandy Carney
parent 9f697a13e5
commit f34d0c298e
5 changed files with 10 additions and 11 deletions

View File

@ -176,14 +176,12 @@
opacity: .2;
}
button.swiper-pagination-bullet {
@include appearance(none);
border: 0;
margin: 0;
padding: 0;
box-shadow: none;
-moz-appearance: none;
-ms-appearance: none;
-webkit-appearance: none;
appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
cursor: pointer;