[libadwaita/wip/exalm/buttons-v2: 8/9] stylesheet: Move magnifier style to _text-selection.scss




commit 13d43cf72aa63d0533a58da1ca9f84ce57bda2bf
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Sun May 23 15:13:29 2021 +0500

    stylesheet: Move magnifier style to _text-selection.scss

 src/stylesheet/widgets/_popovers.scss       | 4 ----
 src/stylesheet/widgets/_text-selection.scss | 4 ++++
 2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/src/stylesheet/widgets/_popovers.scss b/src/stylesheet/widgets/_popovers.scss
index ff7bb0be..513891f0 100644
--- a/src/stylesheet/widgets/_popovers.scss
+++ b/src/stylesheet/widgets/_popovers.scss
@@ -60,7 +60,3 @@ popover.background {
     button { @extend %osd_button; }
   }
 }
-
-magnifier {
-  background-color: $base_color;
-}
diff --git a/src/stylesheet/widgets/_text-selection.scss b/src/stylesheet/widgets/_text-selection.scss
index 2d6ed479..b7603014 100644
--- a/src/stylesheet/widgets/_text-selection.scss
+++ b/src/stylesheet/widgets/_text-selection.scss
@@ -24,3 +24,7 @@ cursor-handle {
     transform: translateX(1px) translateY(4px) rotate(45deg);
   }
 }
+
+magnifier {
+  background-color: $base_color;
+}


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