mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-22 21:48:42 +08:00
style(lint): fix lint errors with sass and ts
This commit is contained in:
@ -897,7 +897,7 @@ function cleanupStyles(s: Slides) {
|
||||
}
|
||||
|
||||
// Container
|
||||
if(s.container){
|
||||
if (s.container) {
|
||||
removeClass(s.container, s._classNames);
|
||||
s.container.removeAttribute('style');
|
||||
}
|
||||
|
@ -315,8 +315,8 @@ $toolbar-button-ios-strong-font-weight: 600 !default;
|
||||
.back-button-ios {
|
||||
@include margin(0);
|
||||
|
||||
overflow: visible;
|
||||
z-index: 99;
|
||||
overflow: visible;
|
||||
|
||||
order: map-get($toolbar-order-ios, back-button);
|
||||
|
||||
|
Reference in New Issue
Block a user