[Pkg-owncloud-commits] [owncloud] 31/44: icons: automatically show delete hover instead of using explicit class
David Prévot
taffit at moszumanska.debian.org
Fri Mar 7 13:27:25 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository owncloud.
commit 8a3a5a2ff16eda134c39c7c8493503f5e312c997
Author: Jan-Christoph Borchardt <hey at jancborchardt.net>
Date: Thu Feb 27 12:48:25 2014 +0100
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 d090f00..0828782 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');
}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git
More information about the Pkg-owncloud-commits
mailing list