gtk/messagedialog: Remove unwanted background-color from some buttons
Fixes https://github.com/nana-4/materia-theme/issues/456
Fixes https://github.com/nana-4/materia-theme/issues/456
by roundabout, Sunday, 15 March 2020, 04:06:35 (1584245195), pushed by roundabout, Sunday, 11 May 2025, 13:22:50 (1746969770)
Author identity: nana-4 <hnmaigo@gmail.com>
b6ccc2a9aeef366442151ba0b001e15cf2888207
}
&.suggested-action:not(:disabled) {
background-color: transparent;
// @include ink-color($primary);
}
&.destructive-action:not(:disabled) {
background-color: transparent;
@include ink-color($error);
}
}