mirror of
https://github.com/inventree/InvenTree.git
synced 2025-07-11 07:24:15 +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:
@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user