fixed input cls with group & prepend, close #3089

This commit is contained in:
梁灏 2018-03-05 09:28:50 +08:00
parent 5bb01822df
commit 54c988f211
2 changed files with 34 additions and 9 deletions

View file

@ -129,11 +129,15 @@
// border-radius: 0;
//}
}
&-with-prepend .@{inputClass} {
&-with-prepend .@{inputClass},
&-with-prepend&-small .@{inputClass}
{
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
&-with-append .@{inputClass} {
&-with-append .@{inputClass},
&-with-append&-small .@{inputClass}
{
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}