[libhandy/wip/exalm/h4: 9/9] theme: Require preferencesgroup instead of window for h4



commit 35752f9e6f8d265f153c978573328b27cd4f7059
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Thu May 21 23:40:12 2020 +0500

    theme: Require preferencesgroup instead of window for h4
    
    HdyPreferencesGroup has a label with h4 style class, which is supposed to
    be bold. However, it's only bold when the group is also inside a
    HdyPreferencesWindow, which doesn't make much sense. So instead style h4
    labels instead of preferences groups instead of windows.

 src/themes/_fallback-base.scss | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/themes/_fallback-base.scss b/src/themes/_fallback-base.scss
index 9916bbfe..f01db83d 100644
--- a/src/themes/_fallback-base.scss
+++ b/src/themes/_fallback-base.scss
@@ -69,7 +69,7 @@ row.expander {
 
 // Preferences
 
-preferencespage label.h4 {
+preferencesgroup label.h4 {
   font-weight: bold;
 }
 


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