mirror of
https://github.com/sartography/bpmn-js-spiffworkflow.git
synced 2025-02-20 11:38:38 +00:00
added some css for the launch editor button
This commit is contained in:
parent
9c05546267
commit
b5b4f1d9a7
@ -34,3 +34,8 @@ html, body, #container, #modeler {
|
||||
font-family: 'Arial', sans-serif;
|
||||
}
|
||||
|
||||
.spiffworkflow-properties-panel-button {
|
||||
margin: 2px 32px 6px 12px;
|
||||
padding-left: 2px;
|
||||
padding-right: 2px;
|
||||
}
|
||||
|
@ -53,6 +53,7 @@ function LaunchEditorButton(props) {
|
||||
const eventBus = useService('eventBus');
|
||||
const modeling = useService('modeling');
|
||||
return <HeaderButton
|
||||
className="spiffworkflow-properties-panel-button"
|
||||
onClick={() => {
|
||||
eventBus.fire('launch.script.editor', { element: element })
|
||||
}}
|
||||
|
Loading…
x
Reference in New Issue
Block a user