extensions-app: Use .heading class for headings

Don't hardcode headings styling.

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1997>
This commit is contained in:
Romain Vigier 2021-10-04 15:22:09 +02:00 committed by Florian Müllner
parent f0754431bf
commit ec0ee7eaec

View File

@ -33,9 +33,9 @@
<property name="label" translatable="yes">Warning</property> <property name="label" translatable="yes">Warning</property>
<property name="xalign">0</property> <property name="xalign">0</property>
<property name="margin-top">6</property> <property name="margin-top">6</property>
<attributes> <style>
<attribute name="weight" value="bold"/> <class name="heading"/>
</attributes> </style>
</object> </object>
</child> </child>
<child> <child>
@ -147,9 +147,9 @@
<property name="halign">start</property> <property name="halign">start</property>
<property name="hexpand">True</property> <property name="hexpand">True</property>
<property name="label" translatable="yes">Manually Installed</property> <property name="label" translatable="yes">Manually Installed</property>
<attributes> <style>
<attribute name="weight" value="bold"/> <class name="heading"/>
</attributes> </style>
</object> </object>
</child> </child>
<child> <child>
@ -171,9 +171,9 @@
<property name="halign">start</property> <property name="halign">start</property>
<property name="hexpand">True</property> <property name="hexpand">True</property>
<property name="label" translatable="yes">Built-In</property> <property name="label" translatable="yes">Built-In</property>
<attributes> <style>
<attribute name="weight" value="bold"/> <class name="heading"/>
</attributes> </style>
</object> </object>
</child> </child>
<child> <child>
@ -285,9 +285,9 @@
<object class="GtkLabel"> <object class="GtkLabel">
<property name="halign">start</property> <property name="halign">start</property>
<property name="label" translatable="yes">Extension Updates Ready</property> <property name="label" translatable="yes">Extension Updates Ready</property>
<attributes> <style>
<attribute name="weight" value="bold"/> <class name="heading"/>
</attributes> </style>
</object> </object>
</child> </child>
<child> <child>