From 5b4fc06e136cedd8c6b54816c471e32b4bb8bb1c Mon Sep 17 00:00:00 2001 From: vinceliuice Date: Tue, 25 Oct 2022 09:29:22 +0800 Subject: [PATCH] update --- src/sass/gtk/_common-3.0.scss | 2 +- src/sass/gtk/_common-4.0.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/sass/gtk/_common-3.0.scss b/src/sass/gtk/_common-3.0.scss index 69984b88..7e2113fe 100644 --- a/src/sass/gtk/_common-3.0.scss +++ b/src/sass/gtk/_common-3.0.scss @@ -3435,7 +3435,7 @@ infobar { link:link { color: on($primary); } button { - &, &.text-button:not(:disabled) { color: $primary; } + &.text-button:not(:disabled):not(.suggested-action):not(.destructive-action) { color: $primary; } } } } diff --git a/src/sass/gtk/_common-4.0.scss b/src/sass/gtk/_common-4.0.scss index 22c4ab01..b5f9a577 100644 --- a/src/sass/gtk/_common-4.0.scss +++ b/src/sass/gtk/_common-4.0.scss @@ -4147,7 +4147,7 @@ infobar { color: $text; button { - &, &.text-button:not(:disabled) { color: $primary; } + &.text-button:not(:disabled):not(.suggested-action):not(.destructive-action) { color: $primary; } } } }