mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 19:19:57 +08:00
Fix upload mask style, close #5275
This commit is contained in:
parent
d0353eeb1b
commit
f44220d91b
@ -291,13 +291,12 @@
|
||||
transition: all .3s;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
opacity: 0;
|
||||
}
|
||||
}
|
||||
|
||||
&:hover {
|
||||
&:before {
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
.@{upload-item}:hover .@{upload-item}-info:before {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.@{upload-item}-actions {
|
||||
|
Loading…
Reference in New Issue
Block a user