- mute gray more, mute more buttons
Signed-off-by: Dave Richer <dave@imexsystems.ca>
This commit is contained in:
@@ -163,7 +163,7 @@
|
||||
}
|
||||
|
||||
.muted-button {
|
||||
color: grey;
|
||||
color: lightgray;
|
||||
border: none;
|
||||
background: none;
|
||||
cursor: pointer;
|
||||
|
||||
@@ -148,6 +148,7 @@ export function ProductionListEmpAssignment({ insertAuditTrail, bodyshop, record
|
||||
) : (
|
||||
<PlusCircleFilled
|
||||
style={iconStyle}
|
||||
className="muted-button"
|
||||
onClick={() => {
|
||||
setAssignment({ operation: type });
|
||||
setVisibility(true);
|
||||
|
||||
Reference in New Issue
Block a user