Skip to content

Commit

Permalink
Disabled CSS that may be causing BB Torch issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Jackson authored and Paul Jackson committed Sep 12, 2012
1 parent fba620e commit f6fb06e
Show file tree
Hide file tree
Showing 4 changed files with 6 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.

4 changes: 2 additions & 2 deletions src/grids/sass/includes/_form.scss
Expand Up @@ -238,8 +238,8 @@
border-color: $accent;
outline: none;

@include transition(border 0.2s linear 0s, box-shadow 0.2s linear 0s);
@include box-shadow(inset 0 1px 1px rgba(0, 0, 0, 0.05), lighten($accent, 40%) 0 0 8px);
/*@include transition(border 0.2s linear 0s, box-shadow 0.2s linear 0s);
@include box-shadow(inset 0 1px 1px rgba(0, 0, 0, 0.05), lighten($accent, 40%) 0 0 8px);*/

}

Expand Down
4 changes: 2 additions & 2 deletions src/grids/sass/includes/util-mobile.scss
Expand Up @@ -53,8 +53,8 @@ form {
.ui-mobile {
input, textarea, select {
&:focus, &:active {
box-shadow: none;
transition: all 0 ease 0;
/*box-shadow: none;
transition: all 0 ease 0;*/
}
}
}

0 comments on commit f6fb06e

Please sign in to comment.