[libadwaita/wip/exalm/stylesheet2: 7/97] stylesheet: Don't reimplement $ease-out-quad for custom styles




commit 281e5b0b03be42e3cb0edcf61b678c272fd47b7c
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Wed Apr 7 18:17:46 2021 +0500

    stylesheet: Don't reimplement $ease-out-quad for custom styles

 src/stylesheet/_custom.scss | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/stylesheet/_custom.scss b/src/stylesheet/_custom.scss
index 680c428..0173e40 100644
--- a/src/stylesheet/_custom.scss
+++ b/src/stylesheet/_custom.scss
@@ -101,7 +101,7 @@ row.expander {
   // AdwExpanderRow arrow rotation
 
   image.expander-row-arrow {
-    transition: 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
+    transition: 200ms $ease-out-quad;
     @include margin-start(6px);
   }
 
@@ -343,7 +343,7 @@ listview.content {
     list > row {
       border-color: transparentize($borders_color, 0.3);
       border-style: solid;
-      transition: 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
+      transition: 200ms $ease-out-quad;
     }
 
     // Top border


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