Skip to content

Commit

Permalink
fix for issue twbs#4526 twbs#4526
Browse files Browse the repository at this point in the history
  • Loading branch information
lookfirst committed Aug 21, 2012
1 parent 69c7ff4 commit d6fe207
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion less/mixins.less
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@
textarea {
color: @textColor;
border-color: @borderColor;
.box-shadow(inset 0 1px 1px rgba(0,0,0,.075)); // Redeclare so transitions work
// .box-shadow(inset 0 1px 1px rgba(0,0,0,.075)); // Redeclare so transitions work
&:focus {
border-color: darken(@borderColor, 10%);
// Write out in full since the lighten() function isn't easily escaped
Expand Down

0 comments on commit d6fe207

Please sign in to comment.