From fca91e2c6f833d007371e52b886e9bdef9b08148 Mon Sep 17 00:00:00 2001 From: Jakub Steiner Date: Mon, 17 Aug 2020 10:00:29 +0200 Subject: Adwaita: error labels insensitive & backdrop states - address colored labels for the two states See https://gitlab.gnome.org/GNOME/gtk/-/issues/3063#note_891618 --- gtk/theme/Adwaita/_common.scss | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gtk/theme/Adwaita/_common.scss b/gtk/theme/Adwaita/_common.scss index 429bd371f0..2fad405ba0 100644 --- a/gtk/theme/Adwaita/_common.scss +++ b/gtk/theme/Adwaita/_common.scss @@ -178,7 +178,10 @@ label { > selection { @extend %selected_items_disabled; } } - &.error { color: $error_color; } + &.error { + color: $error_color; + &:disabled { color: transparentize($error_color,0.5); } + } } .dim-label { -- cgit v1.2.1