diff --git a/src/sass/gtk/_common-4.0.scss b/src/sass/gtk/_common-4.0.scss index 9cc0ccd6..e50f6877 100644 --- a/src/sass/gtk/_common-4.0.scss +++ b/src/sass/gtk/_common-4.0.scss @@ -4385,17 +4385,6 @@ row.button { .title { @extend .heading; } - - &.suggested-action, - &.destructive-action { - color: $primary_color; - } - - &.destructive-action { - --accent-bg-color: $destructive_color; - --accent-fg-color: $light_fg_color; - --accent-color: $destructive_color; - } }