diff options
author | arv@google.com <arv@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-24 18:03:10 +0000 |
---|---|---|
committer | arv@google.com <arv@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-24 18:03:10 +0000 |
commit | ee436b84fb98c21a5aef7ffbc32575cb434b4ed7 (patch) | |
tree | 4f6ceb2a780f9fdd4054d43b1772225051c0c9d4 | |
parent | 1ed2a20058bff4e44dbf11a177c8064110bceee2 (diff) | |
download | chromium_src-ee436b84fb98c21a5aef7ffbc32575cb434b4ed7.zip chromium_src-ee436b84fb98c21a5aef7ffbc32575cb434b4ed7.tar.gz chromium_src-ee436b84fb98c21a5aef7ffbc32575cb434b4ed7.tar.bz2 |
Fix incorrect CSS selector for global off switch for animations.
BUG=None
TEST=If you use remote desktop you should not see any animations as you
hide/show the thumbnails on the new new tab page.
Review URL: http://codereview.chromium.org/147086
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@19145 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | chrome/browser/resources/new_new_tab.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/resources/new_new_tab.css b/chrome/browser/resources/new_new_tab.css index 80e71c6..8f40fe3 100644 --- a/chrome/browser/resources/new_new_tab.css +++ b/chrome/browser/resources/new_new_tab.css @@ -23,7 +23,7 @@ html[dir='rtl'] #main { width: 692px; } -html[anim='false'], +html[anim='false'] *, .no-anim, .no-anim *, .loading * { -webkit-transition: none !important; |