Fixed delete menu hover issue (#4297)
This commit is contained in:
parent
b63542fb63
commit
16095fd2e9
1 changed files with 5 additions and 0 deletions
|
@ -56,6 +56,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.delete-menu {
|
.delete-menu {
|
||||||
|
display: none;
|
||||||
margin-top: -30px;
|
margin-top: -30px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -73,6 +74,10 @@
|
||||||
.fileElement-menu-icon {
|
.fileElement-menu-icon {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.delete-menu {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.progress {
|
.progress {
|
||||||
|
|
Loading…
Reference in a new issue