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

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

Issue 2740013003: Exiting menu mode when content preview is clicked (Closed)
Patch Set: removing console.log Created 3 years, 9 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.css
diff --git a/chrome/browser/resources/vr_shell/vr_shell_ui.css b/chrome/browser/resources/vr_shell/vr_shell_ui.css
index c0d3d691425107a98dc5396496c39a5b46389edf..bf060423e4390b70bd19e483068ac65b1c0e3077 100644
--- a/chrome/browser/resources/vr_shell/vr_shell_ui.css
+++ b/chrome/browser/resources/vr_shell/vr_shell_ui.css
@@ -141,6 +141,12 @@ html {
background-color: pink;
}
+#content-interceptor {
+ height: 1px;
+ opacity: 0;
+ width: 1px;
+}
+
.tab {
background-color: #eee;
border-radius: 6px;
« no previous file with comments | « no previous file | chrome/browser/resources/vr_shell/vr_shell_ui.html » ('j') | chrome/browser/resources/vr_shell/vr_shell_ui.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698