summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTooru Fujisawa <arai.unmht@gmail.com>2016-10-05 18:20:23 +0200
committerDylan William Hardison <dylan@hardison.net>2016-10-05 18:20:23 +0200
commit4be7f516a744bd81377b3b1c6c66a5cb897abd0d (patch)
treeaefe8f56574043778ebb4a103626f3cb2c5300e6
parent125734746e1d48514b2e9affb8dd793d600b7c17 (diff)
downloadbugzilla-4be7f516a744bd81377b3b1c6c66a5cb897abd0d.tar.gz
bugzilla-4be7f516a744bd81377b3b1c6c66a5cb897abd0d.tar.xz
Bug 1305647 - Context menu hovered item is not highlighted.
-rw-r--r--js/jquery/plugins/contextMenu/contextMenu.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/js/jquery/plugins/contextMenu/contextMenu.css b/js/jquery/plugins/contextMenu/contextMenu.css
index 557d312a5..6903fddf0 100644
--- a/js/jquery/plugins/contextMenu/contextMenu.css
+++ b/js/jquery/plugins/contextMenu/contextMenu.css
@@ -52,7 +52,7 @@
user-select: text;
}
-.context-menu-item.hover {
+.context-menu-item.context-menu-hover {
cursor: pointer;
background-color: #39F;
}
@@ -61,8 +61,8 @@
color: #666;
}
-.context-menu-input.hover,
-.context-menu-item.disabled.hover {
+.context-menu-input.context-menu-hover,
+.context-menu-item.disabled.context-menu-hover {
cursor: default;
background-color: #EEE;
}
@@ -111,7 +111,7 @@
top: 5px;
}
-.context-menu-item.hover > .context-menu-list {
+.context-menu-item.context-menu-hover > .context-menu-list {
display: block;
}