Skip to content

Commit

Permalink
Switched to -webkit prefix to address BB Torch box-shadow issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Jackson authored and Paul Jackson committed Sep 16, 2012
1 parent 69cab34 commit 971732c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.

4 changes: 2 additions & 2 deletions src/grids/sass/includes/_form.scss
Expand Up @@ -291,9 +291,9 @@

.bb-pre7 {
input, textarea, select {
box-shadow:none !important;
-webkit-box-shadow: none !important;
&:focus, &:active {
box-shadow:none !important;
-webkit-box-shadow: none !important;
}
}
}

0 comments on commit 971732c

Please sign in to comment.