mirror of
https://github.com/ant-design/ant-design.git
synced 2024-12-01 14:59:35 +08:00
fix #2234
1. 修复small size下沉1px的问题 2. 修复左右阴影被截断的问题 3. 修复有值时hover及focus样式丢失的问题
This commit is contained in:
parent
9dc47eeedb
commit
d93da30da2
@ -9,14 +9,14 @@
|
|||||||
display: block;
|
display: block;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
background: rgba(255, 255, 255, 0);
|
||||||
|
z-index: 1;
|
||||||
}
|
}
|
||||||
&-picker {
|
&-picker {
|
||||||
position: relative;
|
position: relative;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
vertical-align: middle;
|
|
||||||
font-size: @font-size-base;
|
font-size: @font-size-base;
|
||||||
overflow: hidden;
|
|
||||||
|
|
||||||
&-disabled {
|
&-disabled {
|
||||||
cursor: not-allowed;
|
cursor: not-allowed;
|
||||||
|
Loading…
Reference in New Issue
Block a user