[libadwaita/wip/exalm/oapcity: 9/14] stylesheet: Fix menu radios in HC




commit fc73179c0b8bbeeff691d2d100aedd614d00a0b2
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]