summaryrefslogtreecommitdiff
path: root/gtk/theme
diff options
context:
space:
mode:
authorJakub Steiner <jimmac@gmail.com>2020-08-17 10:00:29 +0200
committerJakub Steiner <jimmac@gmail.com>2020-08-17 10:00:29 +0200
commitaabb71359451c4d7a1986ec4c8eb6d27940c5d00 (patch)
tree5569dafb326202a9ce077e0cf10c348e2a08a6bd /gtk/theme
parenta0af12e49278f3b7b96f3c5ae1d0792df99933e1 (diff)
downloadgtk+-aabb71359451c4d7a1986ec4c8eb6d27940c5d00.tar.gz
Adwaita: error labels insensitive & backdrop states
- address colored labels for the two states See https://gitlab.gnome.org/GNOME/gtk/-/issues/3063#note_891618
Diffstat (limited to 'gtk/theme')
-rw-r--r--gtk/theme/Adwaita/_common.scss5
1 files changed, 4 insertions, 1 deletions
diff --git a/gtk/theme/Adwaita/_common.scss b/gtk/theme/Adwaita/_common.scss
index 429bd371f0..11e14836df 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: $insensitive_fg_color; }
+ }
}
.dim-label {