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

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

Issue 2624243002: VrShell: Allow native control of UI element opacity. (Closed)
Patch Set: for (auto nit : nits) nit.fix(); 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.css
diff --git a/chrome/browser/resources/vr_shell/vr_shell_ui.css b/chrome/browser/resources/vr_shell/vr_shell_ui.css
index 534047c1106af77904a4a6257d506ce594280f57..7cc341d95cc2ddd9119e276f9cb3221f6715e09e 100644
--- a/chrome/browser/resources/vr_shell/vr_shell_ui.css
+++ b/chrome/browser/resources/vr_shell/vr_shell_ui.css
@@ -128,16 +128,11 @@ html {
#omnibox-border {
--fadeTimeMs: 500;
--fadeYOffset: -0.1;
+ --opacity: 0.9;
--statusBarColor: rgb(66, 133, 244);
background-color: #ececec;
border-radius: 200px;
- opacity: 0.9;
padding: 6px;
- transition: opacity 500ms ease;
-}
-
-#omnibox-border.hidden {
- opacity: 0;
}
#omnibox {
« no previous file with comments | « chrome/browser/android/vr_shell/vr_shell_renderer.cc ('k') | chrome/browser/resources/vr_shell/vr_shell_ui.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698