Skip to content

Commit 3e2eefc

Browse files
committed
style(lint): fix lint errors with sass and ts
1 parent 8a4a93e commit 3e2eefc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/slides/swiper/swiper.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -897,7 +897,7 @@ function cleanupStyles(s: Slides) {
897897
}
898898

899899
// Container
900-
if(s.container){
900+
if (s.container) {
901901
removeClass(s.container, s._classNames);
902902
s.container.removeAttribute('style');
903903
}

src/components/toolbar/toolbar.ios.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,8 +315,8 @@ $toolbar-button-ios-strong-font-weight: 600 !default;
315315
.back-button-ios {
316316
@include margin(0);
317317

318-
overflow: visible;
319318
z-index: 99;
319+
overflow: visible;
320320

321321
order: map-get($toolbar-order-ios, back-button);
322322

0 commit comments

Comments
 (0)