[gnome-software: 9/10] gs-*-context-dialog: Remove redundant heading class




commit cbd88c4630bd0711a8431ede2840e451e66d00d9
Author: Philip Withnall <pwithnall endlessos org>
Date:   Fri Aug 13 12:27:17 2021 +0100

    gs-*-context-dialog: Remove redundant heading class
    
    Exactly the same CSS properties are set by `title-1`, and as it’s
    specified later, it overrides what’s set by `heading`.
    
    Spotted by Alexander Mikhaylenko.
    
    Signed-off-by: Philip Withnall <pwithnall endlessos org>

 src/gs-age-rating-context-dialog.ui       | 1 -
 src/gs-hardware-support-context-dialog.ui | 1 -
 src/gs-safety-context-dialog.ui           | 1 -
 src/gs-storage-context-dialog.ui          | 1 -
 4 files changed, 4 deletions(-)
---
diff --git a/src/gs-age-rating-context-dialog.ui b/src/gs-age-rating-context-dialog.ui
index 637be65e7..ea6e4831f 100644
--- a/src/gs-age-rating-context-dialog.ui
+++ b/src/gs-age-rating-context-dialog.ui
@@ -84,7 +84,6 @@
                             <property name="wrap">True</property>
                             <property name="xalign">0.5</property>
                             <style>
-                              <class name="heading"/>
                               <class name="title-1"/>
                             </style>
                             <accessibility>
diff --git a/src/gs-hardware-support-context-dialog.ui b/src/gs-hardware-support-context-dialog.ui
index bf8b71e8c..4957f4b9d 100644
--- a/src/gs-hardware-support-context-dialog.ui
+++ b/src/gs-hardware-support-context-dialog.ui
@@ -83,7 +83,6 @@
                             <property name="wrap">True</property>
                             <property name="xalign">0.5</property>
                             <style>
-                              <class name="heading"/>
                               <class name="title-1"/>
                             </style>
                             <accessibility>
diff --git a/src/gs-safety-context-dialog.ui b/src/gs-safety-context-dialog.ui
index 300d2379b..25a84c9af 100644
--- a/src/gs-safety-context-dialog.ui
+++ b/src/gs-safety-context-dialog.ui
@@ -83,7 +83,6 @@
                             <property name="wrap">True</property>
                             <property name="xalign">0.5</property>
                             <style>
-                              <class name="heading"/>
                               <class name="title-1"/>
                             </style>
                             <accessibility>
diff --git a/src/gs-storage-context-dialog.ui b/src/gs-storage-context-dialog.ui
index 6ffaa66b0..9c3723591 100644
--- a/src/gs-storage-context-dialog.ui
+++ b/src/gs-storage-context-dialog.ui
@@ -84,7 +84,6 @@
                             <property name="wrap">True</property>
                             <property name="xalign">0.5</property>
                             <style>
-                              <class name="heading"/>
                               <class name="title-1"/>
                             </style>
                             <accessibility>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]