mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-09 16:16:41 +08:00
fix(button): vanilla color is usable
This commit is contained in:
@ -45,11 +45,11 @@
|
||||
// --------------------------------------------------
|
||||
|
||||
::slotted(*) .button-outline {
|
||||
--color: #{$toolbar-md-text-color};
|
||||
--color-activated: #{$toolbar-md-text-color};
|
||||
--color: currentColor;
|
||||
--color-activated: currentColor;
|
||||
--background: transparent;
|
||||
--background-activated: transparent;
|
||||
--border-color: #{$toolbar-md-text-color};
|
||||
--border-color: currentColor;
|
||||
}
|
||||
|
||||
|
||||
@ -57,8 +57,8 @@
|
||||
// --------------------------------------------------
|
||||
|
||||
::slotted(*) .button-clear {
|
||||
--color: #{$toolbar-md-text-color};
|
||||
--color-activated: #{$toolbar-md-text-color};
|
||||
--color: currentColor;
|
||||
--color-activated: currentColor;
|
||||
--background: transparent;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user