icons: automatically show delete hover instead of using explicit class

This commit is contained in:
Jan-Christoph Borchardt 2014-02-27 12:48:25 +01:00
parent 577e47e207
commit 58bc6aee51
1 changed files with 2 additions and 1 deletions

View File

@ -66,7 +66,8 @@
.icon-delete {
background-image: url('../img/actions/delete.svg');
}
.icon-delete-hover {
.icon-delete:hover,
.icon-delete:focus {
background-image: url('../img/actions/delete-hover.svg');
}