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

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

Issue 14080012: Do not display local overlay suggestion box if there are no suggestions. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed review comment. Created 7 years, 8 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
« 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/local_omnibox_popup/local_omnibox_popup.css
diff --git a/chrome/browser/resources/local_omnibox_popup/local_omnibox_popup.css b/chrome/browser/resources/local_omnibox_popup/local_omnibox_popup.css
index 75ec3b6b291624c524dd8008a4f8fc0a408375a1..1390c4f84f6253ab10ee345787541684afebf921 100644
--- a/chrome/browser/resources/local_omnibox_popup/local_omnibox_popup.css
+++ b/chrome/browser/resources/local_omnibox_popup/local_omnibox_popup.css
@@ -15,6 +15,12 @@ body {
padding-top: 6px;
Dan Beam 2013/04/15 23:05:51 display: inline-block; (http://jsfiddle.net/hV7Rv
kmadhusu 2013/04/15 23:33:21 This also works. Is there any specific reason to p
Dan Beam 2013/04/15 23:48:48 less code, that's what it was intended for
kmadhusu 2013/04/15 23:59:57 Done.
}
+#suggestionsBox:empty {
+ /* Hide the empty suggestions box since they display a small white blank
+ * overlay. Refer to http://crbug.com/229839 for more details. */
+ display: none;
+}
+
.suggestion {
-webkit-border-radius: 2px;
background: -webkit-image-set(
« 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