mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-23 14:01:20 +08:00
refactor(css): appearance mixin (#8212)
This commit is contained in:

committed by
Brandy Carney

parent
9f697a13e5
commit
f34d0c298e
@ -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;
|
||||
|
Reference in New Issue
Block a user