Skip to content

Commit a1c46e6

Browse files
- lint.fix;
1 parent 2504b54 commit a1c46e6

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

core/src/components/button/button.ionic.scss

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
}
7171

7272
// Provide fallbacks for ion-color-base for all colors
73-
:host(.button-outline.ion-color.ion-color-warning){
73+
:host(.button-outline.ion-color.ion-color-warning) {
7474
.button-native {
7575
--ion-color-base: #{globals.$ion-text-warning};
7676
}
@@ -79,14 +79,13 @@
7979
}
8080
}
8181

82-
8382
// Clear Button
8483
// --------------------------------------------------
8584

8685
:host(.button-clear) {
87-
--background-activated: var(--ion-color-subtle-shade, #{globals.current-color( shade, $subtle: true)});
86+
--background-activated: var(--ion-color-subtle-shade, #{globals.current-color(shade, $subtle: true)});
8887
--background-focused: transparent;
89-
--background-hover: var(--ion-color-subtle-shade, #{globals.current-color( shade, $subtle: true)});
88+
--background-hover: var(--ion-color-subtle-shade, #{globals.current-color(shade, $subtle: true)});
9089
--background-hover-opacity: 1;
9190
--color: #{globals.ion-color(primary, foreground)};
9291
--ripple-opacity: var(--background-activated-opacity, 1);

0 commit comments

Comments
 (0)