We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f54f16 commit 6759074Copy full SHA for 6759074
ionic/components/toolbar/toolbar.md.scss
@@ -186,7 +186,10 @@ ion-buttons[right] {
186
}
187
188
&.activated {
189
- color: color-contrast($colors-md, $toolbar-md-button-color, true);
+ background-color: transparent;
190
+ }
191
+
192
+ ion-button-effect {
193
background-color: $toolbar-md-button-color;
194
195
@@ -200,7 +203,10 @@ ion-buttons[right] {
200
203
background-color: transparent;
201
204
202
205
- color: $color-contrast;
206
207
208
209
210
background-color: $fg-color;
211
212
0 commit comments