debug: fix remove-all icons in hc theme

This commit is contained in:
isidor
2016-05-02 12:52:48 +02:00
parent 7f1875946f
commit dcdf4e1e50
@@ -307,3 +307,7 @@
.hc-black .debug-viewlet .debug-action.breakpoints-activate {
background: url('breakpoints-activate-inverse.svg') center center no-repeat;
}
.hc-black .debug-viewlet .debug-action.remove-all {
background: url('remove-all-inverse.svg') center center no-repeat;
}