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

Unified Diff: chrome/browser/resources/vr_shell/vr_shell_ui.html

Issue 2670833005: Improve VR omnibox styling and function (Closed)
Patch Set: Created 3 years, 11 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: chrome/browser/resources/vr_shell/vr_shell_ui.html
diff --git a/chrome/browser/resources/vr_shell/vr_shell_ui.html b/chrome/browser/resources/vr_shell/vr_shell_ui.html
index d351bcfd2a5eedfe574e38ee11c2019510943cef..2c490301896230d33c05ebeaeb035ba593c35bf8 100644
--- a/chrome/browser/resources/vr_shell/vr_shell_ui.html
+++ b/chrome/browser/resources/vr_shell/vr_shell_ui.html
@@ -48,16 +48,15 @@ found in the LICENSE file.
</div>
<div id="omnibox-ui-element" class="ui-element">
<div id="suggestions">
- <div id="suggestion-4" class="omnibox-suggestion"></div>
- <div id="suggestion-3" class="omnibox-suggestion"></div>
- <div id="suggestion-2" class="omnibox-suggestion"></div>
- <div id="suggestion-1" class="omnibox-suggestion"></div>
- <div id="suggestion-0" class="omnibox-suggestion"></div>
+ <div id="suggestion-4" class="suggestion"></div>
+ <div id="suggestion-3" class="suggestion"></div>
+ <div id="suggestion-2" class="suggestion"></div>
+ <div id="suggestion-1" class="suggestion"></div>
+ <div id="suggestion-0" class="suggestion"></div>
</div>
- <div id="omnibox-url-divider"></div>
<div id="omnibox-url-element">
- <input id="omnibox-input-field" type="url"></input>
<div id="omnibox-clear-button"></div>
+ <input id="omnibox-input-field" type="url"></input>
</div>
</div>
<div id="back" class="round-button ui-element">

Powered by Google App Engine
This is Rietveld 408576698