improve transfer style

This commit is contained in:
afc163 2016-12-04 17:08:29 +08:00
parent d2644e3c11
commit 4ac50c660c

View File

@ -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%;
} }