mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 12:29:55 +08:00
chore(ionic): update from ionic core
This commit is contained in:
@ -12,4 +12,4 @@ ion-slides {
|
||||
|
||||
ion-slides.hydrated {
|
||||
visibility: inherit;
|
||||
}
|
||||
}
|
||||
|
@ -1,4 +1,4 @@
|
||||
import { Component, Ionic, Prop } from '../index';
|
||||
import { Component, h, Ionic, Prop } from '../index';
|
||||
import { Swiper } from '../../vendor/swiper';
|
||||
|
||||
/**
|
||||
|
@ -336,4 +336,3 @@
|
||||
|
||||
@return $colors-list;
|
||||
}
|
||||
|
||||
|
@ -72,6 +72,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// Breakpoint Mixins
|
||||
// ---------------------------------------------------------------------------------
|
||||
|
||||
|
@ -62,8 +62,6 @@ ion-input :focus {
|
||||
|
||||
opacity: 0;
|
||||
|
||||
// background: red;
|
||||
// opacity: .3;
|
||||
contain: strict;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user