]> git.evergreen-ils.org Git - Evergreen.git/commit
LP#1789747: tweak disabling the offline circulation link
authorGalen Charlton <gmc@equinoxinitiative.org>
Mon, 5 Nov 2018 21:40:34 +0000 (16:40 -0500)
committerGalen Charlton <gmc@equinoxinitiative.org>
Mon, 5 Nov 2018 21:44:08 +0000 (16:44 -0500)
commit2aa37737001b4e5050db5ce7f9ff7eeb832a40fb
treefd3dd07d673b2b03c5e65dc75824bf63cea3180e
parent5c44f0809e68dda82fb9a8d19049c97e3c121ba2
LP#1789747: tweak disabling the offline circulation link

This patch ensures that the menu link can be fully disabled by
giving the "disabled" CSS class to the anchor as well as the
li that contains it. It also adds a CSS rule to the disabled
class to force the cursor to not-allowed; due to a quirk, an
anchor with "pointer-events: none" will not respect "cursor: not-allowed",
but the containing element can have that cursor rule.

Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
Open-ILS/src/templates/staff/css/style.css.tt2
Open-ILS/src/templates/staff/navbar.tt2