mirror of
https://github.com/mattermost/focalboard.git
synced 2024-12-24 13:43:12 +02:00
Fixed delete menu hover issue (#4297)
This commit is contained in:
parent
b63542fb63
commit
16095fd2e9
@ -56,6 +56,7 @@
|
||||
}
|
||||
|
||||
.delete-menu {
|
||||
display: none;
|
||||
margin-top: -30px;
|
||||
}
|
||||
|
||||
@ -73,6 +74,10 @@
|
||||
.fileElement-menu-icon {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.delete-menu {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
|
||||
.progress {
|
||||
|
Loading…
Reference in New Issue
Block a user