Fixed CSS to hide AppsV1-only DOM.

https://chromiumcodereview.appspot.com/22006002/ moved the apps-v2 class from
the <body> to the <html> node, but did not update the CSS.

BUG=263090
R=lambroslambrou@chromium.org

Review URL: https://codereview.chromium.org/23899005

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221787 0039d316-1c4b-4281-b951-d872f2087c98
parent 97e0fc08
...@@ -31,7 +31,7 @@ body { ...@@ -31,7 +31,7 @@ body {
* The "app-v2" class is added to the <html> node by remoting.init if it's * The "app-v2" class is added to the <html> node by remoting.init if it's
* running as a V2 app. * running as a V2 app.
*/ */
body.apps-v2 .apps-v1-only { html.apps-v2 .apps-v1-only {
display: none !important; display: none !important;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment