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; } } } }