Make the delete icon red on hover

This commit is contained in:
kjac
2015-08-18 23:11:44 +02:00
parent 6919c5a8b4
commit 0ec0e213a2
+3
View File
@@ -29,6 +29,9 @@
&:hover {
color: #333;
}
&.icon-delete:hover {
color: #b94a48;
}
}
.fieldsetIcon {