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

Unified Diff: components/physical_web/webui/resources/physical_web.css

Issue 2698503004: Add empty list indicator for Physical Web WebUI (Closed)
Patch Set: change visibility to display Created 3 years, 10 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: components/physical_web/webui/resources/physical_web.css
diff --git a/components/physical_web/webui/resources/physical_web.css b/components/physical_web/webui/resources/physical_web.css
index 29298209538c5c693104ecb6fa0b2ad1edac560b..0cb4b30e6eb8a2f298bee04e2ddd9396ed5c07cc 100644
--- a/components/physical_web/webui/resources/physical_web.css
+++ b/components/physical_web/webui/resources/physical_web.css
@@ -50,3 +50,7 @@ body {
overflow: hidden;
text-overflow: ellipsis;
}
+
+#empty-list-container {
+ display:none;
nyquist 2017/03/02 19:01:27 Optional nit: Sometimes we write 'display:none' an
Ran 2017/03/02 19:36:36 Done.
+}

Powered by Google App Engine
This is Rietveld 408576698