Skip to content

Commit

Permalink
ENHANCEMENT Replace CMS graphic with font icon.
Browse files Browse the repository at this point in the history
  • Loading branch information
raissanorth committed Feb 4, 2018
1 parent a5234a4 commit 3d86427
Show file tree
Hide file tree
Showing 6 changed files with 425 additions and 331 deletions.
2 changes: 1 addition & 1 deletion client/dist/styles/advancedworkflow.css

Large diffs are not rendered by default.

4 changes: 0 additions & 4 deletions client/src/styles/AdvancedWorkflowAdmin.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
.icon.icon-16.icon-advancedworkflowadmin {
background-image: url("images/workflow-menu-icon.png");
}

.field.date,
.field.datetime {
.message {
Expand Down
Binary file removed images/workflow-menu-icon.png
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"jquery": "^3.2.1"
},
"devDependencies": {
"@silverstripe/webpack-config": "^0.2.5",
"@silverstripe/webpack-config": "^0.5.1",
"eslint": "^2.7.0",
"eslint-config-airbnb": "^6.2.0"
}
Expand Down
2 changes: 1 addition & 1 deletion src/Admin/AdvancedWorkflowAdmin.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class AdvancedWorkflowAdmin extends ModelAdmin
private static $menu_title = 'Workflows';
private static $menu_priority = -1;
private static $url_segment = 'workflows';
private static $menu_icon = "symbiote/silverstripe-advancedworkflow:images/workflow-menu-icon.png";
private static $menu_icon_class = 'font-icon-flow-tree';

/**
*
Expand Down
Loading

0 comments on commit 3d86427

Please sign in to comment.