[libadwaita/wip/exalm/oapcity: 4/6] stylesheet: Fix menu radios in HC




commit 9fe72a27d2c8f0ff26e5da4e6d686e91572184bc
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Thu Oct 21 23:45:55 2021 +0500

    stylesheet: Fix menu radios in HC
    
    We had a double border.

 src/stylesheet/widgets/_menus.scss | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/src/stylesheet/widgets/_menus.scss b/src/stylesheet/widgets/_menus.scss
index 73eba09e..f773379b 100644
--- a/src/stylesheet/widgets/_menus.scss
+++ b/src/stylesheet/widgets/_menus.scss
@@ -87,6 +87,7 @@ popover.menu {
   radio {
     padding: 1px;
     border: 1px solid gtkalpha(currentColor, $dimmer_opacity);
+    box-shadow: none;
 
     &:checked { -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/bullet-small-symbolic.symbolic.png")),
                                               -gtk-recolor(url("assets/bullet-small 2-symbolic symbolic 
png"))); }


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