Bugzilla – Attachment 185158 Details for
Bug 40606
Remove italics from shelving location in the staff interface
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 40606: Remove italics from shelving location in the staff interface
Bug-40606-Remove-italics-from-shelving-location-in.patch (text/plain), 1.29 KB, created by
Caroline Cyr La Rose
on 2025-08-06 15:01:28 UTC
(
hide
)
Description:
Bug 40606: Remove italics from shelving location in the staff interface
Filename:
MIME Type:
Creator:
Caroline Cyr La Rose
Created:
2025-08-06 15:01:28 UTC
Size:
1.29 KB
patch
obsolete
>From d4fc546d63c64ae57b805cb807e1f0d7ff56b26f Mon Sep 17 00:00:00 2001 >From: Caroline Cyr La Rose <caroline.cyr-la-rose@inlibro.com> >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 >--- > 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.43.0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 40606
:
185158
|
185164