Merge pull request #7452 from owncloud/icon-delete-hover

icons: automatically show delete hover instead of using explicit class
This commit is contained in:
Morris Jobke 2014-02-27 14:44:29 +01:00
commit 7af846e656

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');
}