mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-25 11:40:04 +08:00
Fix InputNumber flush style in Chrome, close #2876
This commit is contained in:
parent
ee60b42d6d
commit
c3c1d091c2
@ -34,8 +34,9 @@
|
||||
transition: all 0.1s linear;
|
||||
display: block;
|
||||
width: 100%;
|
||||
&:hover {
|
||||
background: #fefefe;
|
||||
font-weight: bold;
|
||||
&:active {
|
||||
background: #f4f4f4;
|
||||
}
|
||||
&:hover &-up-inner,
|
||||
&:hover &-down-inner {
|
||||
@ -155,8 +156,8 @@
|
||||
&-handler-wrap {
|
||||
border-left: 1px solid @border-color-base;
|
||||
width: 22px;
|
||||
height: 28px;
|
||||
background: #fff;
|
||||
height: 100%;
|
||||
background: transparent;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
|
Loading…
Reference in New Issue
Block a user