Skip to content

Commit 6759074

Browse files
committed
fix(toolbar): remove color change from outline buttons in toolbar
add color to ripple for outline buttons in toolbar references #6364
1 parent 9f54f16 commit 6759074

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

ionic/components/toolbar/toolbar.md.scss

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,10 @@ ion-buttons[right] {
186186
}
187187

188188
&.activated {
189-
color: color-contrast($colors-md, $toolbar-md-button-color, true);
189+
background-color: transparent;
190+
}
191+
192+
ion-button-effect {
190193
background-color: $toolbar-md-button-color;
191194
}
192195
}
@@ -200,7 +203,10 @@ ion-buttons[right] {
200203
background-color: transparent;
201204

202205
&.activated {
203-
color: $color-contrast;
206+
background-color: transparent;
207+
}
208+
209+
ion-button-effect {
204210
background-color: $fg-color;
205211
}
206212
}

0 commit comments

Comments
 (0)