HC: Avoid excessive selectors from prev commit
authorDaniel Boles <dboles.src@gmail.com>
Wed, 20 Jun 2018 18:23:59 +0000 (19:23 +0100)
committerDaniel Boles <dboles.src@gmail.com>
Wed, 20 Jun 2018 18:26:41 +0000 (19:26 +0100)
The new rule does not need to affect all those other pseudoclasses. I
just put it in the wrong scope.

gtk/theme/HighContrast/_common.scss

index c546592d42bdb55f425742ae6d8c7f31e3056d78..611ed152a89e750bf8fc5fb2f15aa875dea3ec55 100644 (file)
@@ -214,10 +214,10 @@ entry {
         border-color: transparent;
         border-radius: 0;
         box-shadow: none;
-
-        // Dodge transparency in selected treeview row, else bg & fg end up same
-        treeview &:focus { background-color: $base_color; }
       }
+
+      // Dodge transparency in selected treeview row, else bg & fg end up same
+      treeview &:focus { background-color: $base_color; }
     }
 
     &:focus { @include entry(focus); }