Change #5852
Category | None |
Changed by | Galen Charlton <gmc | @equinoxinitiative.org>
Changed at | Mon 05 Nov 2018 16:40:34 |
Repository | git://git.evergreen-ils.org/Evergreen.git |
Project | Evergreen |
Branch | master |
Revision | 4ac0a694d6058c6439660c4fe5ccd2ffe6c07078 |
Comments
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>
Changed files
- Open-ILS/src/templates/staff/css/style.css.tt2
- Open-ILS/src/templates/staff/navbar.tt2