Commit c53347db authored by Julian Birch's avatar Julian Birch

Add a missing bracket back in. (Prevents dotLess from compiling.)

parent a560eb65
...@@ -184,7 +184,7 @@ select:focus { ...@@ -184,7 +184,7 @@ select:focus {
border-color: @borderColor; border-color: @borderColor;
&:focus { &:focus {
border-color: darken(@borderColor, 10%); 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 // 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