[libhandy] Replace .preferences with .content



commit ce1c771bb9cce32f03a8d1513ba67f950029b8fe
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Fri Jul 31 17:14:03 2020 +0500

    Replace .preferences with .content
    
    Use a more neutral name, as this style class is not only for preferences.
    
    Fixes https://gitlab.gnome.org/GNOME/libhandy/-/issues/309
    
    Signed-off-by: Alexander Mikhaylenko <alexm gnome org>

 doc/hdy-migrating-0-0-to-1.xml     |  2 +-
 examples/hdy-demo-window.ui        | 20 ++++++++++----------
 src/hdy-preferences-group.ui       |  2 +-
 src/hdy-preferences-window.ui      |  2 +-
 src/themes/Adwaita-dark.css        | 22 +++++++++++-----------
 src/themes/Adwaita.css             | 22 +++++++++++-----------
 src/themes/HighContrast.css        | 22 +++++++++++-----------
 src/themes/HighContrastInverse.css | 22 +++++++++++-----------
 src/themes/_Adwaita-base.scss      |  4 ++--
 9 files changed, 59 insertions(+), 59 deletions(-)
---
diff --git a/doc/hdy-migrating-0-0-to-1.xml b/doc/hdy-migrating-0-0-to-1.xml
index 333870d6..2c9922ab 100644
--- a/doc/hdy-migrating-0-0-to-1.xml
+++ b/doc/hdy-migrating-0-0-to-1.xml
@@ -316,7 +316,7 @@
     <refsect3>
       <title>Stop using hdy_list_box_separator_header()</title>
       <para>
-        Instead, either use CSS styling (the list.preferences style class may
+        Instead, either use CSS styling (the list.content style class may
         fit your need), or implement it yourself as it is trivial.
       </para>
     </refsect3>
diff --git a/examples/hdy-demo-window.ui b/examples/hdy-demo-window.ui
index 9eb1f40b..38fb6fce 100644
--- a/examples/hdy-demo-window.ui
+++ b/examples/hdy-demo-window.ui
@@ -535,7 +535,7 @@
                                 <property name="expand">True</property>
                                 <property name="selection-mode">none</property>
                                 <style>
-                                  <class name="preferences"/>
+                                  <class name="content"/>
                                 </style>
                                 <child>
                                   <object class="HdyComboRow" id="leaflet_transition_row">
@@ -677,7 +677,7 @@
                                     <property name="expand">True</property>
                                     <property name="selection-mode">none</property>
                                     <style>
-                                      <class name="preferences"/>
+                                      <class name="content"/>
                                     </style>
                                     <child>
                                       <object class="HdyComboRow" id="deck_transition_row">
@@ -875,7 +875,7 @@
                                         <property name="expand">True</property>
                                         <property name="selection-mode">none</property>
                                         <style>
-                                          <class name="preferences"/>
+                                          <class name="content"/>
                                         </style>
                                         <child>
                                           <object class="HdyActionRow">
@@ -1061,7 +1061,7 @@
                                 <property name="expand">True</property>
                                 <property name="selection-mode">none</property>
                                 <style>
-                                  <class name="preferences"/>
+                                  <class name="content"/>
                                 </style>
                                 <child>
                                   <object class="HdyActionRow">
@@ -1215,7 +1215,7 @@
                                 <property name="expand">True</property>
                                 <property name="selection-mode">none</property>
                                 <style>
-                                  <class name="preferences"/>
+                                  <class name="content"/>
                                 </style>
                                 <child>
                                   <object class="HdyActionRow">
@@ -1785,7 +1785,7 @@
                                 <property name="valign">center</property>
                                 <property name="selection-mode">none</property>
                                 <style>
-                                  <class name="preferences"/>
+                                  <class name="content"/>
                                 </style>
                                 <child>
                                   <object class="HdyComboRow" id="carousel_orientation_row">
@@ -1950,7 +1950,7 @@
                                     <property name="expand">True</property>
                                     <property name="selection-mode">none</property>
                                     <style>
-                                      <class name="preferences"/>
+                                      <class name="content"/>
                                     </style>
                                     <child>
                                       <object class="HdyActionRow">
@@ -2041,7 +2041,7 @@
                                     <property name="expand">True</property>
                                     <property name="selection-mode">none</property>
                                     <style>
-                                      <class name="preferences"/>
+                                      <class name="content"/>
                                     </style>
                                     <child>
                                       <object class="HdyActionRow" id="avatar1">
@@ -2297,7 +2297,7 @@
                                 <property name="expand">True</property>
                                 <property name="selection-mode">none</property>
                                 <style>
-                                  <class name="preferences"/>
+                                  <class name="content"/>
                                 </style>
                                 <child>
                                   <object class="HdyActionRow">
@@ -2328,7 +2328,7 @@
                                     <property name="expand">True</property>
                                     <property name="selection-mode">none</property>
                                     <style>
-                                      <class name="preferences"/>
+                                      <class name="content"/>
                                     </style>
                                     <child>
                                       <object class="HdyActionRow">
diff --git a/src/hdy-preferences-group.ui b/src/hdy-preferences-group.ui
index be433bdf..60a5ae1c 100644
--- a/src/hdy-preferences-group.ui
+++ b/src/hdy-preferences-group.ui
@@ -43,7 +43,7 @@
                 <signal name="add" handler="update_listbox_visibility" after="yes" swapped="yes"/>
                 <signal name="remove" handler="update_listbox_visibility" after="yes" swapped="yes"/>
                 <style>
-                  <class name="preferences"/>
+                  <class name="content"/>
                 </style>
               </object>
             </child>
diff --git a/src/hdy-preferences-window.ui b/src/hdy-preferences-window.ui
index ccc96fa0..46085219 100644
--- a/src/hdy-preferences-window.ui
+++ b/src/hdy-preferences-window.ui
@@ -147,7 +147,7 @@
                                 <property name="visible">True</property>
                                 <signal name="row-activated" handler="search_result_activated_cb" 
swapped="yes"/>
                                 <style>
-                                  <class name="preferences"/>
+                                  <class name="content"/>
                                 </style>
                               </object>
                             </child>
diff --git a/src/themes/Adwaita-dark.css b/src/themes/Adwaita-dark.css
index 7fed6d0d..5fbb0dd2 100644
--- a/src/themes/Adwaita-dark.css
+++ b/src/themes/Adwaita-dark.css
@@ -150,27 +150,27 @@ viewswitcher button.needs-attention > stack > box label:dir(rtl) { background-po
 
 viewswitcherbar actionbar > revealer > box { padding: 0; }
 
-list.preferences, list.preferences list { background-color: transparent; }
+list.content, list.content list { background-color: transparent; }
 
-list.preferences list.nested > row:not(:active):not(:hover):not(:selected), list.preferences list.nested > 
row:not(:active):hover:not(.activatable):not(:selected) { background-color: mix(#353535, #2d2d2d, 0.5); }
+list.content list.nested > row:not(:active):not(:hover):not(:selected), list.content list.nested > 
row:not(:active):hover:not(.activatable):not(:selected) { background-color: mix(#353535, #2d2d2d, 0.5); }
 
-list.preferences list.nested > row:not(:active):hover.activatable:not(:selected) { background-color: 
mix(#eeeeec, #2d2d2d, 0.95); }
+list.content list.nested > row:not(:active):hover.activatable:not(:selected) { background-color: 
mix(#eeeeec, #2d2d2d, 0.95); }
 
-list.preferences > row:not(.expander):not(:active):not(:hover):not(:selected), list.preferences > 
row:not(.expander):not(:active):hover:not(.activatable):not(:selected), list.preferences > row.expander 
row.header:not(:active):not(:hover):not(:selected), list.preferences > row.expander 
row.header:not(:active):hover:not(.activatable):not(:selected) { background-color: #2d2d2d; }
+list.content > row:not(.expander):not(:active):not(:hover):not(:selected), list.content > 
row:not(.expander):not(:active):hover:not(.activatable):not(:selected), list.content > row.expander 
row.header:not(:active):not(:hover):not(:selected), list.content > row.expander 
row.header:not(:active):hover:not(.activatable):not(:selected) { background-color: #2d2d2d; }
 
-list.preferences > row:not(.expander):not(:active):hover.activatable:not(:selected), list.preferences > 
row.expander row.header:not(:active):hover.activatable:not(:selected) { background-color: mix(#eeeeec, 
#2d2d2d, 0.95); }
+list.content > row:not(.expander):not(:active):hover.activatable:not(:selected), list.content > row.expander 
row.header:not(:active):hover.activatable:not(:selected) { background-color: mix(#eeeeec, #2d2d2d, 0.95); }
 
-list.preferences > row, list.preferences > row list > row { border-color: alpha(#1b1b1b, 0.7); border-style: 
solid; transition: 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
+list.content > row, list.content > row list > row { border-color: alpha(#1b1b1b, 0.7); border-style: solid; 
transition: 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
 
-list.preferences > row:not(:last-child) { border-width: 1px 1px 0px 1px; }
+list.content > row:not(:last-child) { border-width: 1px 1px 0px 1px; }
 
-list.preferences > row:first-child, list.preferences > row.expander:first-child row.header, list.preferences 
row.expander:checked, list.preferences > row.expander:checked row.header, list.preferences > 
row.expander:checked + row, list.preferences > row.expander:checked + row.expander row.header { 
border-top-left-radius: 8px; -gtk-outline-top-left-radius: 7px; border-top-right-radius: 8px; 
-gtk-outline-top-right-radius: 7px; }
+list.content > row:first-child, list.content > row.expander:first-child row.header, list.content > 
row.expander:checked, list.content > row.expander:checked row.header, list.content > row.expander:checked + 
row, list.content > row.expander:checked + row.expander row.header { border-top-left-radius: 8px; 
-gtk-outline-top-left-radius: 7px; border-top-right-radius: 8px; -gtk-outline-top-right-radius: 7px; }
 
-list.preferences > row:last-child, list.preferences > row.checked-expander-row-previous-sibling, 
list.preferences > row.expander:checked { border-width: 1px; }
+list.content > row:last-child, list.content > row.checked-expander-row-previous-sibling, list.content > 
row.expander:checked { border-width: 1px; }
 
-list.preferences > row:last-child, list.preferences > row.checked-expander-row-previous-sibling, 
list.preferences > row.expander:checked, list.preferences > row.expander:not(:checked):last-child row.header, 
list.preferences > row.expander:not(:checked).checked-expander-row-previous-sibling row.header, 
list.preferences > row.expander.empty:checked row.header, list.preferences > row.expander list.nested > 
row:last-child { border-bottom-left-radius: 8px; -gtk-outline-bottom-left-radius: 7px; 
border-bottom-right-radius: 8px; -gtk-outline-bottom-right-radius: 7px; }
+list.content > row:last-child, list.content > row.checked-expander-row-previous-sibling, list.content > 
row.expander:checked, list.content > row.expander:not(:checked):last-child row.header, list.content > 
row.expander:not(:checked).checked-expander-row-previous-sibling row.header, list.content > 
row.expander.empty:checked row.header, list.content > row.expander list.nested > row:last-child { 
border-bottom-left-radius: 8px; -gtk-outline-bottom-left-radius: 7px; border-bottom-right-radius: 8px; 
-gtk-outline-bottom-right-radius: 7px; }
 
-list.preferences > row.expander:checked:not(:first-child), list.preferences > row.expander:checked + row { 
margin-top: 6px; }
+list.content > row.expander:checked:not(:first-child), list.content > row.expander:checked + row { 
margin-top: 6px; }
 
 button.list-button:not(:active):not(:checked):not(:hover) { background: none; border: 1px solid 
alpha(#1b1b1b, 0.5); box-shadow: none; }
 
diff --git a/src/themes/Adwaita.css b/src/themes/Adwaita.css
index 866817c6..77dd0b75 100644
--- a/src/themes/Adwaita.css
+++ b/src/themes/Adwaita.css
@@ -150,27 +150,27 @@ viewswitcher button.needs-attention > stack > box label:dir(rtl) { background-po
 
 viewswitcherbar actionbar > revealer > box { padding: 0; }
 
-list.preferences, list.preferences list { background-color: transparent; }
+list.content, list.content list { background-color: transparent; }
 
-list.preferences list.nested > row:not(:active):not(:hover):not(:selected), list.preferences list.nested > 
row:not(:active):hover:not(.activatable):not(:selected) { background-color: mix(#f6f5f4, #ffffff, 0.5); }
+list.content list.nested > row:not(:active):not(:hover):not(:selected), list.content list.nested > 
row:not(:active):hover:not(.activatable):not(:selected) { background-color: mix(#f6f5f4, #ffffff, 0.5); }
 
-list.preferences list.nested > row:not(:active):hover.activatable:not(:selected) { background-color: 
mix(#2e3436, #ffffff, 0.95); }
+list.content list.nested > row:not(:active):hover.activatable:not(:selected) { background-color: 
mix(#2e3436, #ffffff, 0.95); }
 
-list.preferences > row:not(.expander):not(:active):not(:hover):not(:selected), list.preferences > 
row:not(.expander):not(:active):hover:not(.activatable):not(:selected), list.preferences > row.expander 
row.header:not(:active):not(:hover):not(:selected), list.preferences > row.expander 
row.header:not(:active):hover:not(.activatable):not(:selected) { background-color: #ffffff; }
+list.content > row:not(.expander):not(:active):not(:hover):not(:selected), list.content > 
row:not(.expander):not(:active):hover:not(.activatable):not(:selected), list.content > row.expander 
row.header:not(:active):not(:hover):not(:selected), list.content > row.expander 
row.header:not(:active):hover:not(.activatable):not(:selected) { background-color: #ffffff; }
 
-list.preferences > row:not(.expander):not(:active):hover.activatable:not(:selected), list.preferences > 
row.expander row.header:not(:active):hover.activatable:not(:selected) { background-color: mix(#2e3436, 
#ffffff, 0.95); }
+list.content > row:not(.expander):not(:active):hover.activatable:not(:selected), list.content > row.expander 
row.header:not(:active):hover.activatable:not(:selected) { background-color: mix(#2e3436, #ffffff, 0.95); }
 
-list.preferences > row, list.preferences > row list > row { border-color: alpha(#cdc7c2, 0.7); border-style: 
solid; transition: 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
+list.content > row, list.content > row list > row { border-color: alpha(#cdc7c2, 0.7); border-style: solid; 
transition: 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
 
-list.preferences > row:not(:last-child) { border-width: 1px 1px 0px 1px; }
+list.content > row:not(:last-child) { border-width: 1px 1px 0px 1px; }
 
-list.preferences > row:first-child, list.preferences > row.expander:first-child row.header, list.preferences 
row.expander:checked, list.preferences > row.expander:checked row.header, list.preferences > 
row.expander:checked + row, list.preferences > row.expander:checked + row.expander row.header { 
border-top-left-radius: 8px; -gtk-outline-top-left-radius: 7px; border-top-right-radius: 8px; 
-gtk-outline-top-right-radius: 7px; }
+list.content > row:first-child, list.content > row.expander:first-child row.header, list.content > 
row.expander:checked, list.content > row.expander:checked row.header, list.content > row.expander:checked + 
row, list.content > row.expander:checked + row.expander row.header { border-top-left-radius: 8px; 
-gtk-outline-top-left-radius: 7px; border-top-right-radius: 8px; -gtk-outline-top-right-radius: 7px; }
 
-list.preferences > row:last-child, list.preferences > row.checked-expander-row-previous-sibling, 
list.preferences > row.expander:checked { border-width: 1px; }
+list.content > row:last-child, list.content > row.checked-expander-row-previous-sibling, list.content > 
row.expander:checked { border-width: 1px; }
 
-list.preferences > row:last-child, list.preferences > row.checked-expander-row-previous-sibling, 
list.preferences > row.expander:checked, list.preferences > row.expander:not(:checked):last-child row.header, 
list.preferences > row.expander:not(:checked).checked-expander-row-previous-sibling row.header, 
list.preferences > row.expander.empty:checked row.header, list.preferences > row.expander list.nested > 
row:last-child { border-bottom-left-radius: 8px; -gtk-outline-bottom-left-radius: 7px; 
border-bottom-right-radius: 8px; -gtk-outline-bottom-right-radius: 7px; }
+list.content > row:last-child, list.content > row.checked-expander-row-previous-sibling, list.content > 
row.expander:checked, list.content > row.expander:not(:checked):last-child row.header, list.content > 
row.expander:not(:checked).checked-expander-row-previous-sibling row.header, list.content > 
row.expander.empty:checked row.header, list.content > row.expander list.nested > row:last-child { 
border-bottom-left-radius: 8px; -gtk-outline-bottom-left-radius: 7px; border-bottom-right-radius: 8px; 
-gtk-outline-bottom-right-radius: 7px; }
 
-list.preferences > row.expander:checked:not(:first-child), list.preferences > row.expander:checked + row { 
margin-top: 6px; }
+list.content > row.expander:checked:not(:first-child), list.content > row.expander:checked + row { 
margin-top: 6px; }
 
 button.list-button:not(:active):not(:checked):not(:hover) { background: none; border: 1px solid 
alpha(#cdc7c2, 0.5); box-shadow: none; }
 
diff --git a/src/themes/HighContrast.css b/src/themes/HighContrast.css
index 32f4a63b..19540e60 100644
--- a/src/themes/HighContrast.css
+++ b/src/themes/HighContrast.css
@@ -150,27 +150,27 @@ viewswitcher button.needs-attention > stack > box label:dir(rtl) { background-po
 
 viewswitcherbar actionbar > revealer > box { padding: 0; }
 
-list.preferences, list.preferences list { background-color: transparent; }
+list.content, list.content list { background-color: transparent; }
 
-list.preferences list.nested > row:not(:active):not(:hover):not(:selected), list.preferences list.nested > 
row:not(:active):hover:not(.activatable):not(:selected) { background-color: mix(#fdfdfc, #ffffff, 0.5); }
+list.content list.nested > row:not(:active):not(:hover):not(:selected), list.content list.nested > 
row:not(:active):hover:not(.activatable):not(:selected) { background-color: mix(#fdfdfc, #ffffff, 0.5); }
 
-list.preferences list.nested > row:not(:active):hover.activatable:not(:selected) { background-color: 
mix(#272c2e, #ffffff, 0.95); }
+list.content list.nested > row:not(:active):hover.activatable:not(:selected) { background-color: 
mix(#272c2e, #ffffff, 0.95); }
 
-list.preferences > row:not(.expander):not(:active):not(:hover):not(:selected), list.preferences > 
row:not(.expander):not(:active):hover:not(.activatable):not(:selected), list.preferences > row.expander 
row.header:not(:active):not(:hover):not(:selected), list.preferences > row.expander 
row.header:not(:active):hover:not(.activatable):not(:selected) { background-color: #ffffff; }
+list.content > row:not(.expander):not(:active):not(:hover):not(:selected), list.content > 
row:not(.expander):not(:active):hover:not(.activatable):not(:selected), list.content > row.expander 
row.header:not(:active):not(:hover):not(:selected), list.content > row.expander 
row.header:not(:active):hover:not(.activatable):not(:selected) { background-color: #ffffff; }
 
-list.preferences > row:not(.expander):not(:active):hover.activatable:not(:selected), list.preferences > 
row.expander row.header:not(:active):hover.activatable:not(:selected) { background-color: mix(#272c2e, 
#ffffff, 0.95); }
+list.content > row:not(.expander):not(:active):hover.activatable:not(:selected), list.content > row.expander 
row.header:not(:active):hover.activatable:not(:selected) { background-color: mix(#272c2e, #ffffff, 0.95); }
 
-list.preferences > row, list.preferences > row list > row { border-color: alpha(#877b6e, 0.7); border-style: 
solid; transition: 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
+list.content > row, list.content > row list > row { border-color: alpha(#877b6e, 0.7); border-style: solid; 
transition: 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
 
-list.preferences > row:not(:last-child) { border-width: 1px 1px 0px 1px; }
+list.content > row:not(:last-child) { border-width: 1px 1px 0px 1px; }
 
-list.preferences > row:first-child, list.preferences > row.expander:first-child row.header, list.preferences 
row.expander:checked, list.preferences > row.expander:checked row.header, list.preferences > 
row.expander:checked + row, list.preferences > row.expander:checked + row.expander row.header { 
border-top-left-radius: 8px; -gtk-outline-top-left-radius: 7px; border-top-right-radius: 8px; 
-gtk-outline-top-right-radius: 7px; }
+list.content > row:first-child, list.content > row.expander:first-child row.header, list.content > 
row.expander:checked, list.content > row.expander:checked row.header, list.content > row.expander:checked + 
row, list.content > row.expander:checked + row.expander row.header { border-top-left-radius: 8px; 
-gtk-outline-top-left-radius: 7px; border-top-right-radius: 8px; -gtk-outline-top-right-radius: 7px; }
 
-list.preferences > row:last-child, list.preferences > row.checked-expander-row-previous-sibling, 
list.preferences > row.expander:checked { border-width: 1px; }
+list.content > row:last-child, list.content > row.checked-expander-row-previous-sibling, list.content > 
row.expander:checked { border-width: 1px; }
 
-list.preferences > row:last-child, list.preferences > row.checked-expander-row-previous-sibling, 
list.preferences > row.expander:checked, list.preferences > row.expander:not(:checked):last-child row.header, 
list.preferences > row.expander:not(:checked).checked-expander-row-previous-sibling row.header, 
list.preferences > row.expander.empty:checked row.header, list.preferences > row.expander list.nested > 
row:last-child { border-bottom-left-radius: 8px; -gtk-outline-bottom-left-radius: 7px; 
border-bottom-right-radius: 8px; -gtk-outline-bottom-right-radius: 7px; }
+list.content > row:last-child, list.content > row.checked-expander-row-previous-sibling, list.content > 
row.expander:checked, list.content > row.expander:not(:checked):last-child row.header, list.content > 
row.expander:not(:checked).checked-expander-row-previous-sibling row.header, list.content > 
row.expander.empty:checked row.header, list.content > row.expander list.nested > row:last-child { 
border-bottom-left-radius: 8px; -gtk-outline-bottom-left-radius: 7px; border-bottom-right-radius: 8px; 
-gtk-outline-bottom-right-radius: 7px; }
 
-list.preferences > row.expander:checked:not(:first-child), list.preferences > row.expander:checked + row { 
margin-top: 6px; }
+list.content > row.expander:checked:not(:first-child), list.content > row.expander:checked + row { 
margin-top: 6px; }
 
 button.list-button:not(:active):not(:checked):not(:hover) { background: none; border: 1px solid 
alpha(#877b6e, 0.5); box-shadow: none; }
 
diff --git a/src/themes/HighContrastInverse.css b/src/themes/HighContrastInverse.css
index d7e0ecb7..af19c664 100644
--- a/src/themes/HighContrastInverse.css
+++ b/src/themes/HighContrastInverse.css
@@ -150,27 +150,27 @@ viewswitcher button.needs-attention > stack > box label:dir(rtl) { background-po
 
 viewswitcherbar actionbar > revealer > box { padding: 0; }
 
-list.preferences, list.preferences list { background-color: transparent; }
+list.content, list.content list { background-color: transparent; }
 
-list.preferences list.nested > row:not(:active):not(:hover):not(:selected), list.preferences list.nested > 
row:not(:active):hover:not(.activatable):not(:selected) { background-color: mix(#303030, #2d2d2d, 0.5); }
+list.content list.nested > row:not(:active):not(:hover):not(:selected), list.content list.nested > 
row:not(:active):hover:not(.activatable):not(:selected) { background-color: mix(#303030, #2d2d2d, 0.5); }
 
-list.preferences list.nested > row:not(:active):hover.activatable:not(:selected) { background-color: 
mix(#f3f3f1, #2d2d2d, 0.95); }
+list.content list.nested > row:not(:active):hover.activatable:not(:selected) { background-color: 
mix(#f3f3f1, #2d2d2d, 0.95); }
 
-list.preferences > row:not(.expander):not(:active):not(:hover):not(:selected), list.preferences > 
row:not(.expander):not(:active):hover:not(.activatable):not(:selected), list.preferences > row.expander 
row.header:not(:active):not(:hover):not(:selected), list.preferences > row.expander 
row.header:not(:active):hover:not(.activatable):not(:selected) { background-color: #2d2d2d; }
+list.content > row:not(.expander):not(:active):not(:hover):not(:selected), list.content > 
row:not(.expander):not(:active):hover:not(.activatable):not(:selected), list.content > row.expander 
row.header:not(:active):not(:hover):not(:selected), list.content > row.expander 
row.header:not(:active):hover:not(.activatable):not(:selected) { background-color: #2d2d2d; }
 
-list.preferences > row:not(.expander):not(:active):hover.activatable:not(:selected), list.preferences > 
row.expander row.header:not(:active):hover.activatable:not(:selected) { background-color: mix(#f3f3f1, 
#2d2d2d, 0.95); }
+list.content > row:not(.expander):not(:active):hover.activatable:not(:selected), list.content > row.expander 
row.header:not(:active):hover.activatable:not(:selected) { background-color: mix(#f3f3f1, #2d2d2d, 0.95); }
 
-list.preferences > row, list.preferences > row list > row { border-color: alpha(#686868, 0.7); border-style: 
solid; transition: 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
+list.content > row, list.content > row list > row { border-color: alpha(#686868, 0.7); border-style: solid; 
transition: 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
 
-list.preferences > row:not(:last-child) { border-width: 1px 1px 0px 1px; }
+list.content > row:not(:last-child) { border-width: 1px 1px 0px 1px; }
 
-list.preferences > row:first-child, list.preferences > row.expander:first-child row.header, list.preferences 
row.expander:checked, list.preferences > row.expander:checked row.header, list.preferences > 
row.expander:checked + row, list.preferences > row.expander:checked + row.expander row.header { 
border-top-left-radius: 8px; -gtk-outline-top-left-radius: 7px; border-top-right-radius: 8px; 
-gtk-outline-top-right-radius: 7px; }
+list.content > row:first-child, list.content > row.expander:first-child row.header, list.content > 
row.expander:checked, list.content > row.expander:checked row.header, list.content > row.expander:checked + 
row, list.content > row.expander:checked + row.expander row.header { border-top-left-radius: 8px; 
-gtk-outline-top-left-radius: 7px; border-top-right-radius: 8px; -gtk-outline-top-right-radius: 7px; }
 
-list.preferences > row:last-child, list.preferences > row.checked-expander-row-previous-sibling, 
list.preferences > row.expander:checked { border-width: 1px; }
+list.content > row:last-child, list.content > row.checked-expander-row-previous-sibling, list.content > 
row.expander:checked { border-width: 1px; }
 
-list.preferences > row:last-child, list.preferences > row.checked-expander-row-previous-sibling, 
list.preferences > row.expander:checked, list.preferences > row.expander:not(:checked):last-child row.header, 
list.preferences > row.expander:not(:checked).checked-expander-row-previous-sibling row.header, 
list.preferences > row.expander.empty:checked row.header, list.preferences > row.expander list.nested > 
row:last-child { border-bottom-left-radius: 8px; -gtk-outline-bottom-left-radius: 7px; 
border-bottom-right-radius: 8px; -gtk-outline-bottom-right-radius: 7px; }
+list.content > row:last-child, list.content > row.checked-expander-row-previous-sibling, list.content > 
row.expander:checked, list.content > row.expander:not(:checked):last-child row.header, list.content > 
row.expander:not(:checked).checked-expander-row-previous-sibling row.header, list.content > 
row.expander.empty:checked row.header, list.content > row.expander list.nested > row:last-child { 
border-bottom-left-radius: 8px; -gtk-outline-bottom-left-radius: 7px; border-bottom-right-radius: 8px; 
-gtk-outline-bottom-right-radius: 7px; }
 
-list.preferences > row.expander:checked:not(:first-child), list.preferences > row.expander:checked + row { 
margin-top: 6px; }
+list.content > row.expander:checked:not(:first-child), list.content > row.expander:checked + row { 
margin-top: 6px; }
 
 button.list-button:not(:active):not(:checked):not(:hover) { background: none; border: 1px solid 
alpha(#686868, 0.5); box-shadow: none; }
 
diff --git a/src/themes/_Adwaita-base.scss b/src/themes/_Adwaita-base.scss
index 1b877171..ebaa9d11 100644
--- a/src/themes/_Adwaita-base.scss
+++ b/src/themes/_Adwaita-base.scss
@@ -217,9 +217,9 @@ viewswitcherbar actionbar > revealer > box {
   padding: 0;
 }
 
-// Preferences list
+// Content list
 
-list.preferences {
+list.content {
   &,
   list {
     background-color: transparent;


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