From 22b5eac9c25e9eacff1208d5adfc7b3b739f1a06 Mon Sep 17 00:00:00 2001 From: Caroline Cyr La Rose Date: Wed, 6 Aug 2025 10:58:25 -0400 Subject: [PATCH] Bug 40606: Remove italics from shelving location in the staff interface This patch removes the italics formatting from the shelving location now that it is in its own column. The formatting was there to differentiate the shelving location from the branch name when they were in the same column. This is not necessary anymore. To test : 1. Go to a record with items which have a shelving location. --> The shelving location is in italics 2. Apply patch 3. `yarn build` 4. Refresh the page (Ctrl + F5) --> The shelving location is displayed normally Signed-off-by: Owen Leonard --- koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss b/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss index 5777e8211e1..a43aa86c15a 100644 --- a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss +++ b/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss @@ -1849,7 +1849,6 @@ i { // style for shelving location in catalogsearch .shelvingloc { display: block; - font-style: italic; } // style for bundled detail in catalogsearch -- 2.39.5