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

Unified Diff: chrome/browser/resources/history/history_mobile.css

Issue 821703003: Hide "result-headers" on mobile when empty (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move code to history_mobile.css Created 6 years 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/history/history_mobile.css
diff --git a/chrome/browser/resources/history/history_mobile.css b/chrome/browser/resources/history/history_mobile.css
index 2a6cd9e18548fd1379d865c526b11dd5585885c1..fc73e7c1620a1fb3421c0a97f8af602028b77b08 100644
--- a/chrome/browser/resources/history/history_mobile.css
+++ b/chrome/browser/resources/history/history_mobile.css
@@ -315,4 +315,8 @@ input {
/* Should be 0, but that breaks scrolling -- see crbug.com/292715. */
bottom: -1px;
}
+
+#results-header:empty {
+ display: none;
Dan Beam 2014/12/24 19:00:48 why did you put this for ios only? doesn't this a
sdefresne 2014/12/26 09:42:08 The original bug was reported against iOS and I ca
+}
</if> /* is_ios */
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698