fixed input cls with group & prepend, close #3089
This commit is contained in:
parent
5bb01822df
commit
54c988f211
2 changed files with 34 additions and 9 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue