only affect addon & suffix

This commit is contained in:
zombiej 2019-02-19 11:21:55 +08:00 committed by 偏右
parent fcc3820545
commit eddfbd5f51

View File

@ -50,7 +50,6 @@
color: @input-color;
font-size: @font-size-base;
line-height: @line-height-base;
text-align: inherit;
background-color: @input-bg;
background-image: none;
border: @border-width-base @border-style-base @input-border-color;
@ -136,6 +135,7 @@
float: left;
width: 100%;
margin-bottom: 0;
text-align: inherit;
&:focus {
z-index: 1; // Fix https://gw.alipayobjects.com/zos/rmsportal/DHNpoqfMXSfrSnlZvhsJ.png
border-right-width: 1px;
@ -355,6 +355,7 @@
.@{inputClass} {
position: relative;
text-align: inherit;
}
.@{inputClass}-prefix,