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

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

Issue 2698503004: Add empty list indicator for Physical Web WebUI (Closed)
Patch Set: fix style 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..d49b440dc271cc8129f250dfece525de7493d6e7 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;
+}

Powered by Google App Engine
This is Rietveld 408576698