[gtk+/wip/csoriano/bookmarks: 1/4] theme: decrease list row transition



commit db3c42e1b043f0b832f8b5a6fca1f82085b69226
Author: Carlos Soriano <csoriano gnome org>
Date:   Mon Jun 8 19:01:45 2015 +0200

    theme: decrease list row transition
    
    It was somewhat annoying given the "trace" of it. Decrease
    the time to avoid too much "trace"

 gtk/theme/Adwaita/_common.scss |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/theme/Adwaita/_common.scss b/gtk/theme/Adwaita/_common.scss
index 3b3992e..a1d5fa7 100644
--- a/gtk/theme/Adwaita/_common.scss
+++ b/gtk/theme/Adwaita/_common.scss
@@ -2650,7 +2650,7 @@ GtkScrolledWindow {
 
 // transition
 .list-row, list-row.button {
-  transition: all 300ms $ease-out-quad;
+  transition: all 150ms $ease-out-quad;
   &:hover { transition: none; }
 }
 


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