mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-07 23:16:52 +08:00
Update core/src/components/button/button.ionic.scss
Co-authored-by: Maria Hutt <thetaPC@users.noreply.github.com>
This commit is contained in:
@ -71,9 +71,8 @@
|
||||
|
||||
// Warning Outline Button - use foreground color for text and border
|
||||
:host(.button-outline.ion-color-warning) .button-native {
|
||||
border-color: #{globals.current-color(foreground)};
|
||||
|
||||
color: #{globals.current-color(foreground)};
|
||||
border-color: globals.ion-color(warning, foreground);
|
||||
color: globals.ion-color(warning, foreground);
|
||||
}
|
||||
|
||||
// Clear Button
|
||||
|
||||
Reference in New Issue
Block a user