Skip to content

Commit c3fb051

Browse files
committed
style(sass): fix linter errors
1 parent 5f8edc2 commit c3fb051

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ionic/components/action-sheet/action-sheet.ios.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ ion-action-sheet {
9191

9292
.action-sheet-selected {
9393
font-weight: bold;
94-
background: white;
94+
background: #fff;
9595
}
9696

9797
.action-sheet-destructive {

ionic/components/action-sheet/action-sheet.wp.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ $action-sheet-wp-icon-margin: 0 16px 0 0 !default;
7676

7777
.button-inner {
7878
justify-content: flex-start;
79-
}
79+
}
8080
}
8181

8282
.action-sheet-selected {

ionic/components/tabs/tabs.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ tabbar {
9090
ion-badge,
9191
ion-icon,
9292
span {
93-
opacity: 0.4;
93+
opacity: .4;
9494
}
9595
}
9696

0 commit comments

Comments
 (0)