mirror of
https://github.com/ant-design/ant-design.git
synced 2025-08-05 15:39:45 +08:00
improve transfer style
This commit is contained in:
parent
d2644e3c11
commit
4ac50c660c
@ -28,11 +28,11 @@
|
|||||||
&-action {
|
&-action {
|
||||||
color: #ccc;
|
color: #ccc;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 2px;
|
top: 4px;
|
||||||
right: 2px;
|
right: 4px;
|
||||||
width: 32px;
|
bottom: 4px;
|
||||||
height: 32px;
|
width: 28px;
|
||||||
line-height: 32px;
|
line-height: 26px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-size: @font-size-lg;
|
font-size: @font-size-lg;
|
||||||
.@{iconfont-css-prefix} {
|
.@{iconfont-css-prefix} {
|
||||||
@ -43,6 +43,9 @@
|
|||||||
color: @text-color-secondary;
|
color: @text-color-secondary;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
span& {
|
||||||
|
pointer-events: none;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -73,7 +76,6 @@
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
height: 28px;
|
|
||||||
padding: 4px;
|
padding: 4px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user