mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 20:33:32 +08:00
@ -24,8 +24,8 @@
|
||||
// --------------------------------------------------
|
||||
|
||||
:host-context(.ion-color)::slotted(*) .button {
|
||||
--color: currentColor;
|
||||
--color-activated: currentColor;
|
||||
--color: initial;
|
||||
--color-activated: initial;
|
||||
}
|
||||
|
||||
|
||||
|
@ -25,8 +25,8 @@
|
||||
// --------------------------------------------------
|
||||
|
||||
:host-context(.ion-color)::slotted(*) .button {
|
||||
--color: currentColor;
|
||||
--color-activated: currentColor;
|
||||
--color: initial;
|
||||
--color-activated: initial;
|
||||
}
|
||||
|
||||
|
||||
@ -45,7 +45,7 @@
|
||||
// --------------------------------------------------
|
||||
|
||||
::slotted(*) .button-outline {
|
||||
--color: currentColor;
|
||||
--color: initial;
|
||||
--color-activated: currentColor;
|
||||
--background: transparent;
|
||||
--background-activated: transparent;
|
||||
@ -57,7 +57,7 @@
|
||||
// --------------------------------------------------
|
||||
|
||||
::slotted(*) .button-clear {
|
||||
--color: currentColor;
|
||||
--color: initial;
|
||||
--color-activated: currentColor;
|
||||
--background: transparent;
|
||||
}
|
||||
|
@ -45,7 +45,7 @@
|
||||
|
||||
:host(.ion-color)::slotted(*) ion-chip-icon,
|
||||
:host(.ion-color)::slotted(*) ion-chip-button {
|
||||
--color: currentColor;
|
||||
--color: initial;
|
||||
}
|
||||
|
||||
::slotted(*) ion-label {
|
||||
|
@ -16,7 +16,7 @@
|
||||
* @prop --placeholder-font-weight: Font weight of the input placeholder text
|
||||
* @prop --placeholder-opacity: Opacity of the input placeholder text
|
||||
*/
|
||||
--placeholder-color: currentColor;
|
||||
--placeholder-color: initial;
|
||||
--placeholder-font-style: inherit;
|
||||
--placeholder-font-weight: inherit;
|
||||
--placeholder-opacity: .5;
|
||||
|
@ -53,7 +53,7 @@
|
||||
--inner-box-shadow: none;
|
||||
--show-full-highlight: 0;
|
||||
--show-inset-highlight: 0;
|
||||
--detail-icon-color: currentColor;
|
||||
--detail-icon-color: initial;
|
||||
--detail-icon-font-size: 20px;
|
||||
--detail-icon-opacity: 0.25;
|
||||
|
||||
|
@ -8,7 +8,7 @@
|
||||
/**
|
||||
* @prop --color: Color of the label
|
||||
*/
|
||||
--color: currentColor;
|
||||
--color: initial;
|
||||
|
||||
@include margin(0);
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
// --------------------------------------------------
|
||||
|
||||
:host {
|
||||
--color: currentColor;
|
||||
--color: initial;
|
||||
}
|
||||
|
||||
button {
|
||||
|
@ -5,7 +5,7 @@
|
||||
// --------------------------------------------------
|
||||
|
||||
:host {
|
||||
--clear-button-color: currentColor;
|
||||
--clear-button-color: initial;
|
||||
--cancel-button-color: #{$searchbar-md-cancel-button-color};
|
||||
--color: #{$searchbar-md-input-text-color};
|
||||
--icon-color: #{$searchbar-md-input-search-icon-color};
|
||||
|
@ -15,7 +15,7 @@
|
||||
* @prop --placeholder-font-weight: Font weight of the searchbar placeholder
|
||||
* @prop --placeholder-opacity: Opacity of the searchbar placeholder
|
||||
*/
|
||||
--placeholder-color: currentColor;
|
||||
--placeholder-color: initial;
|
||||
--placeholder-font-style: inherit;
|
||||
--placeholder-font-weight: inherit;
|
||||
--placeholder-opacity: .5;
|
||||
|
@ -18,8 +18,8 @@
|
||||
* @prop --padding-start: Start padding of the textarea
|
||||
*/
|
||||
--background: initial;
|
||||
--color: currentColor;
|
||||
--placeholder-color: currentColor;
|
||||
--color: initial;
|
||||
--placeholder-color: initial;
|
||||
--placeholder-font-style: inherit;
|
||||
--placeholder-font-weight: inherit;
|
||||
--placeholder-opacity: .5;
|
||||
|
@ -7,7 +7,7 @@
|
||||
/**
|
||||
* @prop --color: Text color of the title
|
||||
*/
|
||||
--color: currentColor;
|
||||
--color: initial;
|
||||
|
||||
display: flex;
|
||||
|
||||
|
Reference in New Issue
Block a user