Fix upload mask style, close #5275

This commit is contained in:
afc163 2017-03-13 11:16:22 +08:00
parent d0353eeb1b
commit f44220d91b

View File

@ -291,14 +291,13 @@
transition: all .3s;
width: 100%;
height: 100%;
opacity: 0;
}
}
&:hover {
&:before {
.@{upload-item}:hover .@{upload-item}-info:before {
opacity: 1;
}
}
}
.@{upload-item}-actions {
position: absolute;