GTK3: Update 3.24.23

This commit is contained in:
Daniel Ruiz de Alegría
2020-09-17 15:24:09 +02:00
parent ab9324cffa
commit a6b929b9c4
5 changed files with 39 additions and 1 deletions
@@ -205,6 +205,12 @@ label {
&:backdrop {
selection { @extend %selected_items_backdrop; }
}
&.error {
color: $error_color;
&:disabled { color: transparentize($error_color,0.5); }
&:disabled:backdrop { color: transparentize($error_color,0.6); }
}
}
.dim-label {
@@ -473,6 +479,8 @@ entry {
+ combobox > box > button.combo { border-top-color: $drop_target_color; }
}
}
&.error { color: $error_color; }
}
treeview entry {
@@ -4,7 +4,7 @@ GREEN='\033[0;32m'
YELLOW='\033[0;33m'
RESET='\033[0m'
VERSION=3.24.22
VERSION=3.24.23
echo
echo -e " $YELLOW[ i ]$RESET Upstream version $VERSION"