Commit 8f353bca authored by Jacob Thornton's avatar Jacob Thornton

Merge pull request #557 from JulianBirch/master

Fixed compilation under dotLess
parents 32086c7d c53347db
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment