[libadwaita/wip/exalm/stylesheet2: 40/97] stylesheet: Fix formatting in menu styles




commit d16573bccfb6cb86e471da3161ad134c3974b84c
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Thu Apr 8 20:02:06 2021 +0500

    stylesheet: Fix formatting in menu styles

 src/stylesheet/_common.scss | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/src/stylesheet/_common.scss b/src/stylesheet/_common.scss
index ce95932..3bc41f4 100644
--- a/src/stylesheet/_common.scss
+++ b/src/stylesheet/_common.scss
@@ -1825,7 +1825,7 @@ popover.menu {
   }
 
   accelerator {
-    color: gtkalpha(currentColor,0.55);
+    color: gtkalpha(currentColor, 0.55);
 
     &:dir(ltr) { margin-left: $_menu-padding; }
     &:dir(rtl) { margin-right: $_menu-padding; }
@@ -1840,7 +1840,9 @@ popover.menu {
   }
 
   //only menu radios have a border
-  radio { border-color: $borders_color;
+  radio {
+    border-color: $borders_color;
+
     &:active { border-color: transparentize($borders_color,0.5); }
   }
 


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