[gnome-software/wip/exalm/style-cleanups: 15/29] details-page: Use .heading for the webapp warning label




commit 57149456a81f2e7d3688584c07797963a280aafe
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Tue Nov 9 18:57:24 2021 +0500

    details-page: Use .heading for the webapp warning label

 src/gs-details-page.ui | 2 +-
 src/style.css          | 4 ----
 2 files changed, 1 insertion(+), 5 deletions(-)
---
diff --git a/src/gs-details-page.ui b/src/gs-details-page.ui
index e51517fe4..a352d1503 100644
--- a/src/gs-details-page.ui
+++ b/src/gs-details-page.ui
@@ -528,7 +528,7 @@
                                     <property name="xalign">0.0</property>
                                     <property name="label" translatable="yes">This application can only be 
used when there is an active internet connection.</property>
                                     <style>
-                                      <class name="application-details-webapp-warning"/>
+                                      <class name="heading"/>
                                     </style>
                                   </object>
                                 </child>
diff --git a/src/style.css b/src/style.css
index f2d7f09c1..df2020d6a 100644
--- a/src/style.css
+++ b/src/style.css
@@ -182,10 +182,6 @@ clamp.large .category-tile:not(.category-tile-iconless) {
        border-width: 1px;
 }
 
-.application-details-webapp-warning {
-       font-weight: bold;
-}
-
 @keyframes install-progress-unknown-move {
        0% { background-position: 0%; }
        50% { background-position: 100%; }


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