[gnome-builder] css: disable some annoying animations in the document stack



commit 9e7e69d9953412ace783c5a5ab03b66813ad360d
Author: Christian Hergert <christian hergert me>
Date:   Sun Jan 18 19:42:05 2015 -0800

    css: disable some annoying animations in the document stack
    
    These transitions are probably useful in other places, but not really when
    we have a bar like we do. Best to just disable them.

 src/resources/css/builder.Adwaita.css |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/src/resources/css/builder.Adwaita.css b/src/resources/css/builder.Adwaita.css
index ab49f30..c5d85b0 100644
--- a/src/resources/css/builder.Adwaita.css
+++ b/src/resources/css/builder.Adwaita.css
@@ -207,9 +207,12 @@ GtkScrolledWindow.gb-linked-scroller {
 
 
 /*
- * Rows inside of global search. They have a really confusing transition
- * by default.
+ * Disable various animatinos that are enabled by default and really annoying
+ * to the overall flow of Builder.
  */
 GbSearchDisplayGroup GtkListBox .list-row {
     transition: none;
 }
+GbDocumentStack .button {
+    transition: none;
+}


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