[gnome-software: 108/110] gs-app-context-bar: Fix description labels being bold
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software: 108/110] gs-app-context-bar: Fix description labels being bold
- Date: Tue, 5 Oct 2021 20:32:47 +0000 (UTC)
commit 5a7e1f0dfd27305defc2073a8aa044d0e03471a0
Author: Philip Withnall <pwithnall endlessos org>
Date: Mon Oct 4 15:31:28 2021 +0100
gs-app-context-bar: Fix description labels being bold
It was being inherited from the default CSS of the parent `GtkButton` in
GTK4.
Signed-off-by: Philip Withnall <pwithnall endlessos org>
src/gtk-style.css | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/gtk-style.css b/src/gtk-style.css
index 49595c9c6..e4400ef22 100644
--- a/src/gtk-style.css
+++ b/src/gtk-style.css
@@ -789,7 +789,7 @@ app-context-bar.vertical box:not(:last-child) .context-tile {
.context-tile-title { font-weight: bold; }
.context-tile-lozenge image { -gtk-icon-style: symbolic; }
-app-context-bar .context-tile-description { font-size: smaller; }
+app-context-bar .context-tile-description { font-size: smaller; font-weight: normal; }
.context-tile-lozenge.grey { background-color: #deddda; color: #5e5c64; }
.context-tile-lozenge.green, .context-tile-lozenge.details-rating-0 { background-color: #b6f2c4; color:
#208255; }
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]