]> 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:40:34 +0000 (16:40 -0500)
commit4ac0a694d6058c6439660c4fe5ccd2ffe6c07078
treef477d93eadf2348cecd850107999852e8dabcd74
parent66f3d11420aabb06a2b12d9d8225912109aaa6ed
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