mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 03:32:21 +08:00
css updates after snapshot
This commit is contained in:
@ -105,7 +105,7 @@ export class ActionSheet extends Overlay {
|
|||||||
* public API, and most often you will only use ActionSheet.open()
|
* public API, and most often you will only use ActionSheet.open()
|
||||||
*
|
*
|
||||||
* @param {Object} [opts={}] TODO
|
* @param {Object} [opts={}] TODO
|
||||||
* @return {Promise} Promise that resolves when the action menu is open.
|
* @return {Promise} Promise that resolves when the action sheet is open.
|
||||||
*/
|
*/
|
||||||
open(opts={}) {
|
open(opts={}) {
|
||||||
let config = this.config;
|
let config = this.config;
|
||||||
|
@ -150,8 +150,8 @@ $item-ios-forward-icon-color: $item-ios-border-color !default;
|
|||||||
[forward-icon] {
|
[forward-icon] {
|
||||||
@include ios-icon-forward($item-ios-forward-icon-color);
|
@include ios-icon-forward($item-ios-forward-icon-color);
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: right ($item-ios-padding-right - 4) center;
|
background-position: right ($item-ios-padding-right - 2) center;
|
||||||
background-size: 16px 16px;
|
background-size: 14px 14px;
|
||||||
padding-right: 32px;
|
padding-right: 32px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
{{p.title}}
|
{{p.title}}
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||
<button ion-item menu-toggle id="e2eCloseMenu">
|
<button ion-item menu-toggle no-forward-icon id="e2eCloseMenu">
|
||||||
Close Menu
|
Close Menu
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
<ion-list>
|
<ion-list>
|
||||||
|
|
||||||
<button ion-item menu-toggle="leftMenu">
|
<button ion-item menu-toggle="leftMenu" no-forward-icon>
|
||||||
Close Left Menu
|
Close Left Menu
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
<ion-list>
|
<ion-list>
|
||||||
|
|
||||||
<button ion-item menu-toggle="leftMenu">
|
<button ion-item menu-toggle="leftMenu" no-forward-icon>
|
||||||
Close Left Menu
|
Close Left Menu
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
it('should open action menu', function() {
|
it('should open action sheet', function() {
|
||||||
element(by.css('#e2eOpenModal')).click();
|
element(by.css('#e2eOpenModal')).click();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
@ -35,8 +35,8 @@ $toolbar-md-button-font-size: 1.4rem !default;
|
|||||||
|
|
||||||
[menu-toggle],
|
[menu-toggle],
|
||||||
[menu-toggle].activated {
|
[menu-toggle].activated {
|
||||||
padding: 0 10px;
|
padding: 0 2px;
|
||||||
min-width: 60px;
|
min-width: 44px;
|
||||||
|
|
||||||
icon {
|
icon {
|
||||||
font-size: 2.4rem;
|
font-size: 2.4rem;
|
||||||
|
Reference in New Issue
Block a user