From f222ce685386b1dcb2655b832331bdef50782d27 Mon Sep 17 00:00:00 2001 From: N Venkatesh Naik Date: Tue, 17 Mar 2015 18:47:18 +0530 Subject: [PATCH] changed the style Changed as per common approach of selectors used in this file --- sass/_inputs.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sass/_inputs.scss b/sass/_inputs.scss index f6057ca9..7f299747 100644 --- a/sass/_inputs.scss +++ b/sass/_inputs.scss @@ -177,7 +177,7 @@ select.form-control { textarea.form-control { height: auto; resize: vertical; // fix to stop horizontal resize. - &[disabled] { + &:disabled { resize: vertical; } }