]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Fix minor typo 5936/head
authorPablo D. Olmos <prdolmos@gmail.com>
Wed, 15 Oct 2014 08:08:26 +0000 (10:08 +0200)
committerPablo D. Olmos <prdolmos@gmail.com>
Wed, 15 Oct 2014 08:08:26 +0000 (10:08 +0200)
scss/foundation/components/_forms.scss

index 71b3475a7eee12f391491070152e42d78127bd18..43af168fb9de51dcc9f451818777a1e4e5474286 100644 (file)
@@ -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;