From: Pablo D. Olmos Date: Wed, 15 Oct 2014 08:08:26 +0000 (+0200) Subject: Fix minor typo X-Git-Tag: v5.4.7~13^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F5936%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Fix minor typo --- diff --git a/scss/foundation/components/_forms.scss b/scss/foundation/components/_forms.scss index 71b3475a7..43af168fb 100644 --- a/scss/foundation/components/_forms.scss +++ b/scss/foundation/components/_forms.scss @@ -355,7 +355,7 @@ $select-hover-bg-color: scale-color($select-bg-color, $lightness: -3%) !default; background-color: $select-hover-bg-color; border-color: $input-focus-border-color; } - // Disbaled Styles + // Disabled Styles &:disabled { background-color: $input-disabled-bg; cursor: $input-disabled-cursor;