From 91840a5d168dbc9decad7d3b6e01faf2bd4c59a5 Mon Sep 17 00:00:00 2001 From: Neil Deakin Date: Fri, 18 Jul 2014 12:20:26 -0400 Subject: [PATCH] Bug 1027057, followup to fix proper closing animation, r=dao --- toolkit/content/xul.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toolkit/content/xul.css b/toolkit/content/xul.css index dcb250bdb1b..ee4ae00c2ea 100644 --- a/toolkit/content/xul.css +++ b/toolkit/content/xul.css @@ -421,7 +421,7 @@ panel[type="arrow"][animate="open"] { opacity: 1.0; } -panel[animate="cancel"] { +panel[type="arrow"][animate="cancel"] { transform: none; }