Skip to content

Commit

Permalink
fix: tools panel images
Browse files Browse the repository at this point in the history
  • Loading branch information
MksmOrlov committed Jan 19, 2024
1 parent 156e97d commit aa2a3e2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,14 @@
<input id="scg-tool-open-dialog" type="file" accept=".gwf" style="visibility: hidden; position: absolute;">
<img src="/static/components/images/scg/demo-tool-open.svg"/>
</div>
<label id="scg-tool-integrate" class="btn btn-default sc-no-default-cmd btn-xs demo-btn " sc_control_sys_idtf="ui_scg_control_tool_integrate">
<input type="radio" name="options" id="option1"> <img src="/static/components/images/scg/demo-tool-integrate.svg"/> </input>
</label>
<label id="scg-tool-save" class="btn btn-default sc-no-default-cmd btn-xs demo-btn " sc_control_sys_idtf="ui_scg_control_tool_save">
<input type="radio" name="options" id="option1"> <img src="/static/components/images/scg/demo-tool-save.svg"/> </input>
</label>
<label id="scg-tool-clear" class="btn btn-default sc-no-default-cmd btn-xs demo-btn " sc_control_sys_idtf="ui_scg_control_tool_clear">
<input type="radio" name="options" id="option1"> <img src="/static/components/images/scg/demo-tool-clear.svg"/> </input>
</label>
<label id="scg-tool-integrate" class="btn btn-default sc-no-default-cmd btn-xs demo-btn " sc_control_sys_idtf="ui_scg_control_tool_integrate">
<input type="radio" name="options" id="option1"> <img src="/static/components/images/scg/demo-tool-integrate.svg"/> </input>
</label>
</div>
</div>
13 changes: 4 additions & 9 deletions components/scg/static/components/images/scg/demo-tool-save.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit aa2a3e2

Please sign in to comment.