[Pkg-javascript-commits] [pdf.js] 145/157: Apply hover style to .overlayButton not only when hovered, but also when focused (issue #6261)
David Prévot
taffit at moszumanska.debian.org
Tue Aug 11 06:46:53 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository pdf.js.
commit c3b7ed45415b8b021f32d18168727fe639e8d43a
Author: Daan Sprenkels <dsprenkels at gmail.com>
Date: Tue Aug 4 10:59:07 2015 +0200
Apply hover style to .overlayButton not only when hovered, but also when focused (issue #6261)
---
web/viewer.css | 1 +
1 file changed, 1 insertion(+)
diff --git a/web/viewer.css b/web/viewer.css
index 4602351..04bbc1e 100644
--- a/web/viewer.css
+++ b/web/viewer.css
@@ -591,6 +591,7 @@ html[dir='rtl'] .splitToolbarButton > .toolbarButton {
.splitToolbarButton > .toolbarButton:focus,
.dropdownToolbarButton:hover,
.overlayButton:hover,
+.overlayButton:focus,
.toolbarButton.textButton:hover,
.toolbarButton.textButton:focus {
background-color: hsla(0,0%,0%,.2);
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/pdf.js.git
More information about the Pkg-javascript-commits
mailing list