diff-view-commit-details: Dim the committer label

The committer is much less important than the author.
Apply a dimmed style to the commiter's label to make it less intrusive.

Related: https://gitlab.gnome.org/GNOME/gitg/-/issues/440
This commit is contained in:
Jean-François Fortin Tam 2024-02-10 12:34:05 -05:00 committed by Alberto Fanjul
parent d1dbdd1fb5
commit 6fc9e8cd4e

View File

@ -87,6 +87,9 @@
<property name="ellipsize">end</property>
<property name="use_markup">True</property>
<property name="track_visited_links">False</property>
<style>
<class name="dim-label"/>
</style>
</object>
<packing>
<property name="left_attach">0</property>