[libadwaita/wip/exalm/stylesheet2: 27/97] stylesheet: Fix indentation in dropdown styles




commit 89b78834ba44884d9552af2d308f796f5fefb879
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Thu Apr 8 17:44:46 2021 +0500

    stylesheet: Fix indentation in dropdown styles

 src/stylesheet/_common.scss | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)
---
diff --git a/src/stylesheet/_common.scss b/src/stylesheet/_common.scss
index b2db376..d9c4503 100644
--- a/src/stylesheet/_common.scss
+++ b/src/stylesheet/_common.scss
@@ -1157,22 +1157,22 @@ combobox {
 
   // newstyle
   popover {
-   margin-top: 6px;
-   padding: 0;
+    margin-top: 6px;
+    padding: 0;
 
-   listview {
+    listview {
       padding: 8px 0;
 
-      &>row {
-         padding: 8px;
+      & > row {
+        padding: 8px;
 
-         &:selected {
-           outline-color: $alt_focus_border_color;
-           color: $text-color;
-           background-color: $menu_selected_color;
-         }
+        &:selected {
+          outline-color: $alt_focus_border_color;
+          color: $text-color;
+          background-color: $menu_selected_color;
+        }
       }
-   }
+    }
 
     // dropdowns with searchboxes on top
     .dropdown-searchbar {


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