Skip to content

Commit

Permalink
Changed input focus/active color to #fff on pre-OS6 BB devicesto addr…
Browse files Browse the repository at this point in the history
…ess bug.
  • Loading branch information
Paul Jackson authored and Paul Jackson committed Sep 16, 2012
1 parent 64c26c6 commit db909a1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build/grids/css/util-ie-min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/grids/css/util-min.css

Large diffs are not rendered by default.

5 changes: 1 addition & 4 deletions src/grids/sass/includes/_form.scss
Expand Up @@ -272,11 +272,8 @@
}

.bb-pre6 {
input, textarea, select {
@include box-shadow(none);
}
&:focus, &:active {
@include box-shadow(none);
color:#fff;
}
}

Expand Down

0 comments on commit db909a1

Please sign in to comment.