From bda8a0aa9850bd9925f0bf8dbe3179d9f04f0fa6 Mon Sep 17 00:00:00 2001 From: Brian Vaughn Date: Fri, 24 May 2019 16:00:12 -0700 Subject: [PATCH] Decreased contrast of disabled button icons to look more obviously disabled --- src/devtools/views/root.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/devtools/views/root.css b/src/devtools/views/root.css index 9969752f87..5dba64cc20 100644 --- a/src/devtools/views/root.css +++ b/src/devtools/views/root.css @@ -72,7 +72,7 @@ --dark-color-button-background-focus: #3d424a; --dark-color-button: #afb3b9; --dark-color-button-active: #61dafb; - --dark-color-button-disabled: #777d88; + --dark-color-button-disabled: #4f5766; --dark-color-button-focus: #a2e9fc; --dark-color-button-hover: #ededed; --dark-color-border: #3d424a;