Title: [161281] trunk/Tools
Revision
161281
Author
[email protected]
Date
2014-01-03 13:02:04 -0800 (Fri, 03 Jan 2014)

Log Message

It feels too hard to get rid of a popover at build.webkit.org/dashboard
https://bugs.webkit.org/show_bug.cgi?id=126451

Reviewed by Simon Fraser.

* BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Styles/Popover.css:
(.popover.fade-out): Reduced the timeout - 200 ms is enough to not have flicker
when moving the mouse from an element to its popover.

Modified Paths

Diff

Modified: trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Styles/Popover.css (161280 => 161281)


--- trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Styles/Popover.css	2014-01-03 20:50:49 UTC (rev 161280)
+++ trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Styles/Popover.css	2014-01-03 21:02:04 UTC (rev 161281)
@@ -60,8 +60,8 @@
 }
 
 .popover.fade-out {
-    transition: opacity 350ms;
-    transition-delay: 1s;
+    transition: opacity 500ms;
+    transition-delay: 200ms;
     opacity: 0;
 }
 

Modified: trunk/Tools/ChangeLog (161280 => 161281)


--- trunk/Tools/ChangeLog	2014-01-03 20:50:49 UTC (rev 161280)
+++ trunk/Tools/ChangeLog	2014-01-03 21:02:04 UTC (rev 161281)
@@ -1,5 +1,16 @@
 2014-01-03  Alexey Proskuryakov  <[email protected]>
 
+        It feels too hard to get rid of a popover at build.webkit.org/dashboard
+        https://bugs.webkit.org/show_bug.cgi?id=126451
+
+        Reviewed by Simon Fraser.
+
+        * BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Styles/Popover.css:
+        (.popover.fade-out): Reduced the timeout - 200 ms is enough to not have flicker
+        when moving the mouse from an element to its popover.
+
+2014-01-03  Alexey Proskuryakov  <[email protected]>
+
         Please add a way to quick peek at failing tests at build.webkit.org/dashboard
         https://bugs.webkit.org/show_bug.cgi?id=122181
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to