summaryrefslogtreecommitdiffstats
path: root/core/css/icons.css
diff options
context:
space:
mode:
Diffstat (limited to 'core/css/icons.css')
-rw-r--r--core/css/icons.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/css/icons.css b/core/css/icons.css
index 814749c5af8..d3d4d7da709 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');
}