From 58bc6aee51a5b380ae8943c489f6fdd7434bcc42 Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Thu, 27 Feb 2014 12:48:25 +0100 Subject: [PATCH] icons: automatically show delete hover instead of using explicit class --- core/css/icons.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/css/icons.css b/core/css/icons.css index 814749c5af..d3d4d7da70 100644 --- a/core/css/icons.css +++ b/core/css/icons.css @@ -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'); }