[libadwaita/wip/cdavis/boxed-list-changes: 1/2] _lists.scss: Remove listview.content




commit d697392314b36577ac137cc622d5b3aa7b1cd019
Author: Christopher Davis <christopherdavis gnome org>
Date:   Mon Nov 1 01:28:58 2021 -0700

    _lists.scss: Remove listview.content
    
    Unfortunately this doesn't work like listbox.content,
    and can't get the same visual style without significantly
    reduced performance. We can leave that styling
    to app developers if they decide they want to go that
    route.

 src/stylesheet/widgets/_lists.scss | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
---
diff --git a/src/stylesheet/widgets/_lists.scss b/src/stylesheet/widgets/_lists.scss
index 150367b6..7acd7612 100644
--- a/src/stylesheet/widgets/_lists.scss
+++ b/src/stylesheet/widgets/_lists.scss
@@ -211,8 +211,7 @@ row.expander {
  * Content Lists *
  *****************/
 
-list.content,
-listview.content {
+list.content {
   background-color: $card_bg_color;
   color: $card_fg_color;
   border: 1px solid $card_border_color;


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