Skip to content

Commit c53347d

Browse files
committed
Add a missing bracket back in. (Prevents dotLess from compiling.)
1 parent a560eb6 commit c53347d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/forms.less

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ select:focus {
184184
border-color: @borderColor;
185185
&:focus {
186186
border-color: darken(@borderColor, 10%);
187-
.box-shadow(0 0 6px lighten(@borderColor, 20%);
187+
.box-shadow(0 0 6px lighten(@borderColor, 20%));
188188
}
189189
}
190190
// Give a small background color for input-prepend/-append

0 commit comments

Comments
 (0)