[libadwaita/wip/exalm/borderless: 7/7] 456




commit e952d33c9b0d60e7f397284695d057a946b7401e
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Tue Jun 29 18:51:32 2021 +0500

    456

 src/stylesheet/widgets/_linked.scss | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
---
diff --git a/src/stylesheet/widgets/_linked.scss b/src/stylesheet/widgets/_linked.scss
index 25cf2677..32ce2f9d 100644
--- a/src/stylesheet/widgets/_linked.scss
+++ b/src/stylesheet/widgets/_linked.scss
@@ -76,6 +76,21 @@ $_linked_widgets: join($_linked_buttons, $_linked_entries);
       border-image-width: 0 0 0 1px;
       margin-left: -1px;
     }
+
+    #{$widget} #{$child} {
+      &:hover,
+      &:active,
+      &:checked,
+      &.keyboard-activating {
+        border-image: none;
+
+        @each $widget2, $child2 in $_linked_buttons {
+          + #{$widget2} #{$child2} {
+            border-image: none;
+          }
+        }
+      }
+    }
   }
 }
 


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