mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-02 20:19:44 +08:00
Fix input outline covered by addon again
This commit is contained in:
parent
483491d0d8
commit
0f63c7186e
@ -20,7 +20,6 @@
|
|||||||
border-color: ~`colorPalette("@{color}", 5)`;
|
border-color: ~`colorPalette("@{color}", 5)`;
|
||||||
outline: 0;
|
outline: 0;
|
||||||
box-shadow: 0 0 @outline-blur-size @outline-width fade(@color, 20%);
|
box-shadow: 0 0 @outline-blur-size @outline-width fade(@color, 20%);
|
||||||
z-index: 1; // Fix https://gw.alipayobjects.com/zos/rmsportal/DHNpoqfMXSfrSnlZvhsJ.png
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// == when hoverd
|
// == when hoverd
|
||||||
@ -131,6 +130,9 @@
|
|||||||
float: left;
|
float: left;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
|
&:focus {
|
||||||
|
z-index: 1; // Fix https://gw.alipayobjects.com/zos/rmsportal/DHNpoqfMXSfrSnlZvhsJ.png
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&-addon {
|
&-addon {
|
||||||
|
Loading…
Reference in New Issue
Block a user