Bugzilla – Attachment 143928 Details for
Bug 31751
Breadcrumb style
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 31751: Breadcrumb style
Bug-31751-Breadcrumb-style.patch (text/plain), 1.72 KB, created by
David Nind
on 2022-11-15 19:58:07 UTC
(
hide
)
Description:
Bug 31751: Breadcrumb style
Filename:
MIME Type:
Creator:
David Nind
Created:
2022-11-15 19:58:07 UTC
Size:
1.72 KB
patch
obsolete
>From 673db575be7dd26972dbfc2c780575252ba73e6a Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Tue, 15 Nov 2022 19:23:01 +0000 >Subject: [PATCH] Bug 31751: Breadcrumb style > >This patch updates the breadcrumb style to use the old caret icon >instead of a slash. > >I've left the italic because I think it works well to set the text off >from the normal text above, in the search bar, and below in the main >body of the page. > >To test, apply the patch and rebuild the staff interface CSS. Look at >various pages in the staff interface and check the style of the >breadcrumbs menu. > >Signed-off-by: David Nind <david@davidnind.com> >--- > koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss | 4 +++- > 1 file changed, 3 insertions(+), 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 5792e83c96..ec1beba812 100644 >--- a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss >+++ b/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss >@@ -3000,7 +3000,9 @@ nav { > font-style: italic; > > &+li::before { >- content: '/'; >+ background: transparent url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0iY3VycmVudENvbG9yIiBjbGFzcz0iYmkgYmktY2hldnJvbi1yaWdodCI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNNy4zNyAwbDUuMzUgNy4zYy4yLjIuMi41MSAwIC43bC01LjM4IDhoLTQuMmw1LjY0LTguMzVMMy4xMy4wMXoiLz48L3N2Zz4=") 50% 50% no-repeat; >+ background-size: 8px; >+ content: ""; > display: inline-block; > height: .8em; > width: .8em; >-- >2.30.2
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 31751
:
142240
|
142241
|
143926
|
143928
|
143950