Skip to content

Commit

Permalink
Add a missing bracket back in. (Prevents dotLess from compiling.)
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianBirch committed Nov 5, 2011
1 parent a560eb6 commit c53347d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/forms.less
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ select:focus {
border-color: @borderColor;
&:focus {
border-color: darken(@borderColor, 10%);
.box-shadow(0 0 6px lighten(@borderColor, 20%);
.box-shadow(0 0 6px lighten(@borderColor, 20%));
}
}
// Give a small background color for input-prepend/-append
Expand Down

0 comments on commit c53347d

Please sign in to comment.