]> 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:43:50 +0000 (16:43 -0500)
commit14a6b09d55c975b3854cfd0720898e0308f39813
tree12c2f3ea2273096f8644fffb41aacac5f73b84f3
parentaa99255b39d8122054bc0646951c3212e44be506
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