Adwaita: Insensitive labels

There is an insensitive label in widget-factory which was
not getting any different from the sensitive label next
to it. With this patch, it does, again.
This commit is contained in:
Matthias Clasen 2014-08-22 00:42:52 -04:00
parent 975f29f17f
commit 8061165789
3 changed files with 9 additions and 0 deletions

View File

@ -138,6 +138,9 @@ GtkLabel {
&:backdrop:selected {
@extend %selected_items;
}
&:insensitive {
color: $insensitive_fg_color;
}
}
.dim-label {

View File

@ -116,6 +116,9 @@
.overshoot {
background-color: rgba(33, 93, 156, 0.2); }
GtkLabel:insensitive {
color: #939695; }
.dim-label, .titlebar .subtitle, GtkCalendar.header .subtitle,
.header-bar .subtitle {
opacity: 0.55;

View File

@ -116,6 +116,9 @@
.overshoot {
background-color: rgba(74, 144, 217, 0.2); }
GtkLabel:insensitive {
color: #8d9091; }
.dim-label, .titlebar .subtitle, GtkCalendar.header .subtitle,
.header-bar .subtitle {
opacity: 0.55;