mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-23 07:50:23 +00:00
Merge pull request #557 from JulianBirch/master
Fixed compilation under dotLess
This commit is contained in:
commit
8f353bcae6
1 changed files with 1 additions and 1 deletions
2
lib/forms.less
Normal file → Executable file
2
lib/forms.less
Normal file → Executable file
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue