Bugzilla – Attachment 125184 Details for
Bug 28101
Accessibility: OPAC - Breadcrumbs should be more accessible
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 28101: changed styling for breadcrumbs
Bug-28101-changed-styling-for-breadcrumbs.patch (text/plain), 2.18 KB, created by
Owen Leonard
on 2021-09-23 11:36:19 UTC
(
hide
)
Description:
Bug 28101: changed styling for breadcrumbs
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2021-09-23 11:36:19 UTC
Size:
2.18 KB
patch
obsolete
>From b133d35b391cd5c9899c40b8cf547d5516204902 Mon Sep 17 00:00:00 2001 >From: Wainui Witika-Park <wainuiwitikapark@catalyst.net.nz> >Date: Mon, 19 Apr 2021 00:35:05 +0000 >Subject: [PATCH] Bug 28101: changed styling for breadcrumbs > >Updates opac.scss file so the breadcrumbs will appear the same as Bug >27846 (Staff Client breadcrumbs). > >This works but the file may need to be changed/cleaned up so that there >is not unnecessary information in it. > >Sponsored-by: Catalyst IT > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >--- > .../opac-tmpl/bootstrap/css/src/opac.scss | 37 +++++++++++++++++++ > 1 file changed, 37 insertions(+) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss b/koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss >index c665cfea5d..ff84a764c0 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss >+++ b/koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss >@@ -1252,6 +1252,43 @@ nav { > top: unset; > } > } >+ >+ background: #E6F0F2 none; >+ border: 0; >+ >+ &.breadcrumb { >+ background-color: #F0F3F3; >+ font-size: 85%; >+ list-style: none outside none; >+ margin: 15px; >+ padding: 5px 10px; >+ border-radius: 0px; >+ >+ ol { >+ margin: 0; >+ padding-left: 0; >+ list-style: none; >+ } >+ >+ li { >+ display: inline; >+ >+ &+li::before { >+ 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; >+ } >+ } >+ >+ [aria-current="page"] { >+ color: #000; >+ font-weight: 700; >+ text-decoration: none; >+ } >+ } > } > > .nav_pages { >-- >2.20.1
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 28101
:
119933
|
119934
|
125184
|
125185
|
126028
|
126804
|
126805
|
126833
|
126834