[libadwaita/wip/exalm/lists-style: 17/17] stylesheet: Remove a treeview checkbutton special case




commit 11c618a07aea360e7f0e4cf071b9dfc7903d886e
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Tue May 18 14:35:58 2021 +0500

    stylesheet: Remove a treeview checkbutton special case
    
    It doesn't work anymore, and we should use transparent borders anyway/

 src/stylesheet/widgets/_checks.scss | 13 -------------
 1 file changed, 13 deletions(-)
---
diff --git a/src/stylesheet/widgets/_checks.scss b/src/stylesheet/widgets/_checks.scss
index fc7957de..1ec9e8ca 100644
--- a/src/stylesheet/widgets/_checks.scss
+++ b/src/stylesheet/widgets/_checks.scss
@@ -81,19 +81,6 @@ radio {
                                                   -gtk-recolor(url("assets/dash 2-symbolic symbolic png"))); 
}
 }
 
-treeview.view check,
-treeview.view radio {
-  &:selected {
-    &:focus, & {
-      color: $checkradio_fg_color;
-
-      @if $variant == 'light' { border-color: $selected_borders_color; }
-    }
-  }
-}
-
-treeview.view radio:selected { &:focus, & { @extend %radio; }} // This is a workaround
-
 //selection-mode
 @each $check_state, $check_icon, $check_color, $check_background in
   ('', 'none', 'transparent', $checkradio_bg_color),


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