Skip to content
Snippets Groups Projects
Commit 7af846e6 authored by Morris Jobke's avatar Morris Jobke
Browse files

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

icons: automatically show delete hover instead of using explicit class
parents ba4b593f 58bc6aee
No related branches found
No related tags found
No related merge requests found
...@@ -66,7 +66,8 @@ ...@@ -66,7 +66,8 @@
.icon-delete { .icon-delete {
background-image: url('../img/actions/delete.svg'); background-image: url('../img/actions/delete.svg');
} }
.icon-delete-hover { .icon-delete:hover,
.icon-delete:focus {
background-image: url('../img/actions/delete-hover.svg'); background-image: url('../img/actions/delete-hover.svg');
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment