Skip to content

Commit 383d24c

Browse files
committed
chore(many): run lint
1 parent eb3c5a9 commit 383d24c

File tree

9 files changed

+12
-11
lines changed

9 files changed

+12
-11
lines changed

core/src/components/modal/modal.ios.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
--ion-background-color: var(--ion-components-ion-modal-bg);
99
--ion-toolbar-background: var(--ion-components-ion-modal-toolbar-background);
1010
--ion-toolbar-border-color: var(--ion-components-ion-modal-toolbar-border-color);
11-
1211
--backdrop-opacity: var(--ion-backdrop-opacity, 0.4);
1312
}
1413

core/src/css/palettes/high-contrast-dark.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,6 @@ $lightest-text-color: $text-color;
128128
--ion-text-color-rgb: #{color-to-rgb-list($text-color)};
129129
--ion-item-background: #000000;
130130
--ion-card-background: #1c1c1d;
131-
132131
--ion-text-color-step-50: #{mix($darkest-text-color, $lightest-text-color, 5%)};
133132
--ion-text-color-step-100: #{mix($darkest-text-color, $lightest-text-color, 10%)};
134133
--ion-text-color-step-150: #{mix($darkest-text-color, $lightest-text-color, 15%)};

core/src/css/palettes/high-contrast.scss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,6 @@ $lightest-text-color: #888888;
112112
/// Only the item borders should increase in contrast
113113
/// Borders for elements like toolbars should remain the same
114114
--ion-item-border-color: #7a7a7a;
115-
116115
--ion-text-color-step-50: #{mix($lightest-text-color, $darkest-text-color, 5%)};
117116
--ion-text-color-step-100: #{mix($lightest-text-color, $darkest-text-color, 10%)};
118117
--ion-text-color-step-150: #{mix($lightest-text-color, $darkest-text-color, 15%)};
@@ -145,7 +144,7 @@ $lightest-text-color: #888888;
145144
}
146145
}
147146

148-
// TODO(FW-4005): Implement the following to the high contrast theme in ionic modular
147+
// TODO(FW-4005): Implement the following to the high contrast theme in ionic modular
149148
@mixin high-contrast-light-md-palette() {
150149
// Toast
151150
// --------------------------------------------------

core/src/themes/ios/default.tokens.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,8 @@ export const defaultTheme: DefaultTheme = {
100100
},
101101
IonItem: {
102102
paragraphTextColor: 'var(--ion-color-text-450)',
103-
borderColor: 'var(--ion-components-ion-item-border-color, var(--ion-item-border-color, var(--ion-border-color, var(--ion-color-gray-250))))',
103+
borderColor:
104+
'var(--ion-components-ion-item-border-color, var(--ion-item-border-color, var(--ion-border-color, var(--ion-color-gray-250))))',
104105
},
105106
IonModal: {
106107
handleBg: 'var(--ion-color-gray-350)',

core/src/themes/ios/high-contrast-dark.tokens.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ export const highContrastDarkTheme: HighContrastDarkTheme = {
1515
toolbarBg: 'var(--ion-color-gray-150)',
1616
toolbarBorderColor: 'var(--ion-color-gray-250)',
1717
},
18-
}
18+
},
1919
};

core/src/themes/ios/light.tokens.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ export const lightTheme: LightTheme = {
2929
},
3030
IonItem: {
3131
paragraphTextColor: '#a3a3a3',
32-
borderColor: 'var(--ion-components-ion-item-border-color, var(--ion-item-border-color, var(--ion-border-color, #c8c7cc)))',
32+
borderColor:
33+
'var(--ion-components-ion-item-border-color, var(--ion-item-border-color, var(--ion-border-color, #c8c7cc)))',
3334
},
3435
IonModal: {
3536
handleBg: '#c0c0be',

core/src/themes/md/default.tokens.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,8 @@ export const defaultTheme: DefaultTheme = {
100100
bg: 'var(--ion-color-gray-300)',
101101
},
102102
IonItem: {
103-
borderColor: 'var(--ion-components-ion-item-border-color, var(--ion-item-border-color, var(--ion-border-color, var(--ion-color-gray-150))))',
103+
borderColor:
104+
'var(--ion-components-ion-item-border-color, var(--ion-item-border-color, var(--ion-border-color, var(--ion-color-gray-150))))',
104105
},
105106
IonModal: {
106107
handleBg: 'var(--ion-color-gray-350)',

core/src/themes/md/high-contrast-dark.tokens.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ export const highContrastDarkTheme: HighContrastDarkTheme = {
99
/// Only the item borders should increase in contrast
1010
/// Borders for elements like toolbars should remain the same
1111
borderColor: 'var(--ion-color-gray-400)',
12-
}
13-
}
12+
},
13+
},
1414
};

core/src/themes/md/light.tokens.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ export const lightTheme: LightTheme = {
1818
timeBodyBg: '#edeef0',
1919
},
2020
IonItem: {
21-
borderColor: 'var(--ion-components-ion-item-border-color, var(--ion-item-border-color, var(--ion-border-color, rgba(0, 0, 0, 0.13))))',
21+
borderColor:
22+
'var(--ion-components-ion-item-border-color, var(--ion-item-border-color, var(--ion-border-color, rgba(0, 0, 0, 0.13))))',
2223
},
2324
IonModal: {
2425
handleBg: '#c0c0be',

0 commit comments

Comments
 (0)