From: Bill Erickson Date: Thu, 27 Jan 2022 20:50:40 +0000 (-0500) Subject: LP1904036 Patron edit disabled save buttons more obvious X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=486d9a57097673c5d6301843a9e7bd733c1578fa;p=Evergreen.git LP1904036 Patron edit disabled save buttons more obvious Signed-off-by: Bill Erickson Signed-off-by: Jane Sandberg Signed-off-by: Galen Charlton --- diff --git a/Open-ILS/src/eg2/src/app/staff/circ/patron/edit-toolbar.component.html b/Open-ILS/src/eg2/src/app/staff/circ/patron/edit-toolbar.component.html index 3afbadab58..b72e5f8d48 100644 --- a/Open-ILS/src/eg2/src/app/staff/circ/patron/edit-toolbar.component.html +++ b/Open-ILS/src/eg2/src/app/staff/circ/patron/edit-toolbar.component.html @@ -18,8 +18,10 @@ diff --git a/Open-ILS/src/eg2/src/app/staff/circ/patron/edit-toolbar.component.ts b/Open-ILS/src/eg2/src/app/staff/circ/patron/edit-toolbar.component.ts index a72cf7d68c..9b72101079 100644 --- a/Open-ILS/src/eg2/src/app/staff/circ/patron/edit-toolbar.component.ts +++ b/Open-ILS/src/eg2/src/app/staff/circ/patron/edit-toolbar.component.ts @@ -25,7 +25,10 @@ interface DupeSearch { @Component({ templateUrl: 'edit-toolbar.component.html', - selector: 'eg-patron-edit-toolbar' + selector: 'eg-patron-edit-toolbar', + styles: [ + `.pointer-not-allowed:hover { cursor: not-allowed }` + ] }) export class EditToolbarComponent implements OnInit {