From ce1cf7c97284910d48978d7fa1276f1f60092b0b Mon Sep 17 00:00:00 2001 From: srph Date: Thu, 29 Oct 2015 11:30:04 +0800 Subject: [PATCH] Tweak disabled form input according to design. --- styles/base/_form.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/styles/base/_form.scss b/styles/base/_form.scss index 51f8e55..b74ee3b 100644 --- a/styles/base/_form.scss +++ b/styles/base/_form.scss @@ -22,8 +22,9 @@ &.-disabled, &:disabled { + color: $brand-gray; + border-color: $brand-gray; cursor: not-allowed; - background: $brand-gray-lt; } &.-sky {