css updates after snapshot

This commit is contained in:
Adam Bradley
2015-09-18 23:12:55 -05:00
parent 339312b124
commit d63bcf29f4
7 changed files with 9 additions and 9 deletions

View File

@ -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;

View File

@ -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;
} }
} }

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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();
}); });

View File

@ -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;