mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-07 15:07:13 +08:00
- lint.fix;
This commit is contained in:
@ -70,7 +70,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Provide fallbacks for ion-color-base for all colors
|
// Provide fallbacks for ion-color-base for all colors
|
||||||
:host(.button-outline.ion-color.ion-color-warning){
|
:host(.button-outline.ion-color.ion-color-warning) {
|
||||||
.button-native {
|
.button-native {
|
||||||
--ion-color-base: #{globals.$ion-text-warning};
|
--ion-color-base: #{globals.$ion-text-warning};
|
||||||
}
|
}
|
||||||
@ -79,14 +79,13 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// Clear Button
|
// Clear Button
|
||||||
// --------------------------------------------------
|
// --------------------------------------------------
|
||||||
|
|
||||||
:host(.button-clear) {
|
:host(.button-clear) {
|
||||||
--background-activated: var(--ion-color-subtle-shade, #{globals.current-color( shade, $subtle: true)});
|
--background-activated: var(--ion-color-subtle-shade, #{globals.current-color(shade, $subtle: true)});
|
||||||
--background-focused: transparent;
|
--background-focused: transparent;
|
||||||
--background-hover: var(--ion-color-subtle-shade, #{globals.current-color( shade, $subtle: true)});
|
--background-hover: var(--ion-color-subtle-shade, #{globals.current-color(shade, $subtle: true)});
|
||||||
--background-hover-opacity: 1;
|
--background-hover-opacity: 1;
|
||||||
--color: #{globals.ion-color(primary, foreground)};
|
--color: #{globals.ion-color(primary, foreground)};
|
||||||
--ripple-opacity: var(--background-activated-opacity, 1);
|
--ripple-opacity: var(--background-activated-opacity, 1);
|
||||||
|
|||||||
Reference in New Issue
Block a user