mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +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()
|
||||
*
|
||||
* @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={}) {
|
||||
let config = this.config;
|
||||
|
@ -150,8 +150,8 @@ $item-ios-forward-icon-color: $item-ios-border-color !default;
|
||||
[forward-icon] {
|
||||
@include ios-icon-forward($item-ios-forward-icon-color);
|
||||
background-repeat: no-repeat;
|
||||
background-position: right ($item-ios-padding-right - 4) center;
|
||||
background-size: 16px 16px;
|
||||
background-position: right ($item-ios-padding-right - 2) center;
|
||||
background-size: 14px 14px;
|
||||
padding-right: 32px;
|
||||
}
|
||||
}
|
||||
|
@ -12,7 +12,7 @@
|
||||
{{p.title}}
|
||||
</button>
|
||||
|
||||
<button ion-item menu-toggle id="e2eCloseMenu">
|
||||
<button ion-item menu-toggle no-forward-icon id="e2eCloseMenu">
|
||||
Close Menu
|
||||
</button>
|
||||
|
||||
|
@ -8,7 +8,7 @@
|
||||
|
||||
<ion-list>
|
||||
|
||||
<button ion-item menu-toggle="leftMenu">
|
||||
<button ion-item menu-toggle="leftMenu" no-forward-icon>
|
||||
Close Left Menu
|
||||
</button>
|
||||
|
||||
|
@ -8,7 +8,7 @@
|
||||
|
||||
<ion-list>
|
||||
|
||||
<button ion-item menu-toggle="leftMenu">
|
||||
<button ion-item menu-toggle="leftMenu" no-forward-icon>
|
||||
Close Left Menu
|
||||
</button>
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
|
||||
it('should open action menu', function() {
|
||||
it('should open action sheet', function() {
|
||||
element(by.css('#e2eOpenModal')).click();
|
||||
});
|
||||
|
||||
|
@ -35,8 +35,8 @@ $toolbar-md-button-font-size: 1.4rem !default;
|
||||
|
||||
[menu-toggle],
|
||||
[menu-toggle].activated {
|
||||
padding: 0 10px;
|
||||
min-width: 60px;
|
||||
padding: 0 2px;
|
||||
min-width: 44px;
|
||||
|
||||
icon {
|
||||
font-size: 2.4rem;
|
||||
|
Reference in New Issue
Block a user