style(lint): fix lint errors with sass and ts

This commit is contained in:
Brandy Carney
2017-05-19 17:16:21 -04:00
parent 8a4a93ee03
commit 3e2eefc9c9
2 changed files with 2 additions and 2 deletions

View File

@ -897,7 +897,7 @@ function cleanupStyles(s: Slides) {
} }
// Container // Container
if(s.container){ if (s.container) {
removeClass(s.container, s._classNames); removeClass(s.container, s._classNames);
s.container.removeAttribute('style'); s.container.removeAttribute('style');
} }

View File

@ -315,8 +315,8 @@ $toolbar-button-ios-strong-font-weight: 600 !default;
.back-button-ios { .back-button-ios {
@include margin(0); @include margin(0);
overflow: visible;
z-index: 99; z-index: 99;
overflow: visible;
order: map-get($toolbar-order-ios, back-button); order: map-get($toolbar-order-ios, back-button);