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

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

Issue 2735983004: Visually disable VR Shell back/forward buttons when no history is available (Closed)
Patch Set: 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..f328bd4e80efb1df243e9bbb40bb60f02e00e290 100644
--- a/chrome/browser/resources/vr_shell/vr_shell_ui.css
+++ b/chrome/browser/resources/vr_shell/vr_shell_ui.css
@@ -117,6 +117,9 @@ html {
.rect-button:hover {
opacity: 1;
}
+.disabled-button {
mthiesse 2017/03/08 16:15:17 nit: newline before this
acondor_ 2017/03/08 16:42:26 Done.
+ background-color: #aaa;
+}
#back-button,
#forward-button {

Powered by Google App Engine
This is Rietveld 408576698