mirror of
https://github.com/twbs/bootstrap.git
synced 2025-04-09 01:53:53 +02:00
Add a missing bracket back in. (Prevents dotLess from compiling.)
This commit is contained in:
parent
a560eb651d
commit
c53347db79
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;
|
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user