2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-10 23:14:13 +00:00

Part image delete (#3963)

* Add button to remove an associated image from a part

- Also fixes some issues with onclick event propagation

* Similar feature for company image
This commit is contained in:
Oliver
2022-11-19 21:53:48 +11:00
committed by GitHub
parent 9ce2f4f4d3
commit bc8a6ae4b8
5 changed files with 74 additions and 17 deletions

View File

@ -458,7 +458,7 @@ main {
}
.part-thumb-container:hover .part-thumb-overlay {
opacity: 1;
opacity: 0.75;
}
.part-thumb-overlay {
@ -467,8 +467,6 @@ main {
left: 0;
opacity: 0;
transition: .25s ease;
padding-top: 10px;
padding-left: 25px;
margin: 5px;
}