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

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

Issue 821703003: Hide "result-headers" on mobile when empty (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Use :empty CSS pseudo selector 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.css
diff --git a/chrome/browser/resources/history/history.css b/chrome/browser/resources/history/history.css
index db6dcd15a616e21c9b7f71356ebe0100e9f97c84..8f25e5069c9e9dba9ceeed9ac6eb4be517f24d26 100644
--- a/chrome/browser/resources/history/history.css
+++ b/chrome/browser/resources/history/history.css
@@ -636,3 +636,9 @@ html[dir='rtl'] #newer-button::after {
background-position: 17px center;
padding-left: 49px;
}
+
+<if expr="is_ios">
+#results-header:empty {
Dan Beam 2014/12/23 18:03:44 add this to history_mobile.css instead
+ display: none;
+}
+</if>
« 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