From c46fec61afb3e76b704aed54a8aad7e7d7138aa6 Mon Sep 17 00:00:00 2001 From: vinceliuice Date: Sun, 12 Feb 2023 03:17:35 +0800 Subject: [PATCH] update --- src/sass/gtk/_common-3.0.scss | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/src/sass/gtk/_common-3.0.scss b/src/sass/gtk/_common-3.0.scss index 9312720b..451a8596 100644 --- a/src/sass/gtk/_common-3.0.scss +++ b/src/sass/gtk/_common-3.0.scss @@ -3442,7 +3442,7 @@ infobar { &:backdrop > revealer > box { background-color: $base; - link:link { color: on($primary); } + &, link:link, flowboxchild { color: on($primary); } button { &.text-button:not(:disabled):not(.suggested-action):not(.destructive-action) { color: $primary; } @@ -3455,9 +3455,8 @@ infobar { & > revealer > box, &:backdrop > revealer > box { background-color: $primary; - color: on($primary); - link:link { color: on($primary); } + &, link:link, flowboxchild { color: on($primary); } button { &, &:hover, &:focus, &:active, &:checked, &.text-button:not(:disabled) { color: on($primary); } @@ -3473,9 +3472,8 @@ infobar { & > revealer > box, &:backdrop > revealer > box { background-color: $warning; - color: on($warning); - link:link { color: on($warning); } + &, link:link, flowboxchild { color: on($warning); } button { @extend %button-on-dark; @@ -3495,7 +3493,7 @@ infobar { background-color: $error; color: on($error); - link:link { color: on($error); } + &, link:link, flowboxchild { color: on($error); } button { &, &:hover, &:focus, &:active, &:checked, &.text-button:not(:disabled) { color: on($error); }