From 8407b56d6b0a68ae378a9b45146a8c482f1705e2 Mon Sep 17 00:00:00 2001 From: vinceliuice Date: Sat, 3 Aug 2024 21:46:40 +0800 Subject: [PATCH] Update #1094 --- src/sass/gtk/_common-4.0.scss | 11 ----------- 1 file changed, 11 deletions(-) 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; - } }