Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(399)

Unified Diff: appengine/config_service/ui/src/config-ui/config-ui.html

Issue 2978003002: config_service: add a popup for icons and make cards more compact. (Closed)
Patch Set: Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: appengine/config_service/ui/src/config-ui/config-ui.html
diff --git a/appengine/config_service/ui/src/config-ui/config-ui.html b/appengine/config_service/ui/src/config-ui/config-ui.html
index fe3eed308805084002d15ec98d19661fc18bf1ad..0408ba0313115598e358662e691184b1ea93ee07 100644
--- a/appengine/config_service/ui/src/config-ui/config-ui.html
+++ b/appengine/config_service/ui/src/config-ui/config-ui.html
@@ -12,7 +12,6 @@
<link rel="import" href="../../bower_components/app-layout/app-header/app-header.html">
<link rel="import" href="../../bower_components/app-layout/app-header-layout/app-header-layout.html">
<link rel="import" href="../../bower_components/app-layout/app-toolbar/app-toolbar.html">
-<link rel="import" href="../../bower_components/app-layout/app-scroll-effects/effects/resize-title.html">
<link rel="import" href="../../common/auth-signin.html">
<link rel="import" href="config-set.html">
@@ -45,7 +44,7 @@
<app-header-layout>
- <app-header reveals slot="header" effects="resize-title">
+ <app-header reveals slot="header">
<app-toolbar>
<!--<image class="logo" src="/static/images/chromium.png"/>-->
<div class="title" main-title>

Powered by Google App Engine
This is Rietveld 408576698