Skip to content
Snippets Groups Projects
Commit 58bc6aee authored by Jan-Christoph Borchardt's avatar Jan-Christoph Borchardt
Browse files

icons: automatically show delete hover instead of using explicit class

parent 577e47e2
No related branches found
No related tags found
No related merge requests found
......@@ -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');
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment