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