Skip to content

Commit

Permalink
fix icon for pimcore 11 (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
fashxp authored May 16, 2023
1 parent 08377b3 commit 60dee90
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Resources/public/css/icons.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
}

.pimcore_version_6 .plugin_objectmerger_nav_icon_compare,
.pimcore_version_10 .plugin_objectmerger_nav_icon_compare {
.pimcore_version_10 .plugin_objectmerger_nav_icon_compare,
.pimcore_version_11 .plugin_objectmerger_nav_icon_compare {
background: url(/bundles/pimcoreadmin/img/flat-white-icons/side-by-side.svg) center center no-repeat;
}

Expand Down

0 comments on commit 60dee90

Please sign in to comment.