[libadwaita/wip/exalm/borders: 34/40] stylesheet: Remove a few redundant &s




commit 8db67cfe1772841d234dd861fdd3bc54fa077b8e
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Mon Jul 26 20:54:10 2021 +0500

    stylesheet: Remove a few redundant &s

 src/stylesheet/widgets/_lists.scss | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/stylesheet/widgets/_lists.scss b/src/stylesheet/widgets/_lists.scss
index c7859bd0..e9584040 100644
--- a/src/stylesheet/widgets/_lists.scss
+++ b/src/stylesheet/widgets/_lists.scss
@@ -49,11 +49,11 @@ row {
  *******************************************************/
 
 .rich-list { /* rich lists usually containing other widgets than just labels/text */
-  & > row {
+  > row {
     padding: 8px 12px;
     min-height: 32px; /* should be tall even when only containing a label */
 
-    & > box {
+    > box {
       border-spacing: 12px;
     }
   }
@@ -93,7 +93,7 @@ popover.background.combo > contents {
     background-color: transparent;
     min-width: 200px;
 
-    & > row {
+    > row {
       padding: 0px 12px 0px 12px;
       min-height: 50px;
       border-bottom: 1px solid $borders_color;


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