From 9ec18045e32bb44b5f2f67ba8c42186dadfd5ed9 Mon Sep 17 00:00:00 2001 From: Abhas Bhattacharya Date: Wed, 11 Apr 2018 14:12:44 +0530 Subject: [PATCH] Make disabled buttons lighter --- src/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.css b/src/index.css index 4841c99..1570a75 100644 --- a/src/index.css +++ b/src/index.css @@ -37,7 +37,7 @@ button:focus { } button[disabled] { - opacity: 0.5; + opacity: 0.35; cursor: initial; }