Bugzilla – Attachment 118016 Details for
Bug 27846
Accessibility: Staff Client - Breadcrumbs should be more accessible
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 27846: changed scss for breadcrumbs
Bug-27846-changed-scss-for-breadcrumbs.patch (text/plain), 1.39 KB, created by
Wainui Witika-Park
on 2021-03-10 03:24:33 UTC
(
hide
)
Description:
Bug 27846: changed scss for breadcrumbs
Filename:
MIME Type:
Creator:
Wainui Witika-Park
Created:
2021-03-10 03:24:33 UTC
Size:
1.39 KB
patch
obsolete
>From db5e92852e943016640e6445a338e428312f8bd2 Mon Sep 17 00:00:00 2001 >From: Wainui Witika-Park <wainuiwitikapark@catalyst.net.nz> >Date: Tue, 2 Mar 2021 10:13:06 +0000 >Subject: [PATCH] Bug 27846: changed scss for breadcrumbs > >changed styling for breadcrumbs to be accessible > >Sponsored-by: Catalyst IT >--- > .../intranet-tmpl/prog/css/src/staff-global.scss | 33 ++++++++++++++++++++++ > 1 file changed, 33 insertions(+) > >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 29be9d33e2..37ca947726 100644 >--- a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss >+++ b/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss >@@ -1031,6 +1031,39 @@ details[open] { > } > } > >+nav.breadcrumb { >+ background-color: #E6F0F2; >+ clear: both; >+ margin: 0; >+ padding: .8em .5em .8em 10px; >+ position: relative; >+} >+ >+nav.breadcrumb ol { >+ margin: 0; >+ padding-left: 0; >+ list-style: none; >+} >+ >+nav.breadcrumb li { >+ display: inline; >+} >+ >+nav.breadcrumb li + li::before { >+ display: inline-block; >+ margin: 0 0.25em; >+ transform: rotate(15deg); >+ border-right: 0.1em solid currentColor; >+ height: 0.8em; >+ content: ''; >+} >+ >+nav.breadcrumb [aria-current="page"] { >+ color: #000; >+ font-weight: 700; >+ text-decoration: none; >+} >+ > #header { > + #breadcrumbs { > margin-top: 1em; >-- >2.11.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 27846
:
118016
|
118569
|
118570
|
118571
|
118573
|
118576
|
118626
|
118627
|
118628
|
118630
|
118631
|
118632
|
118633
|
118636
|
118637
|
118638
|
118639
|
118640
|
118641
|
118642
|
118643
|
118717
|
118718
|
118719
|
118720
|
118721
|
118722
|
118723
|
118724
|
118725
|
118726
|
118727
|
118728
|
118729
|
118730
|
118731
|
118732
|
118738
|
118739
|
118740
|
118744
|
118745
|
118746
|
118747
|
118748
|
118749
|
118750
|
118751
|
118752
|
118753
|
118754
|
118755
|
118756
|
118757
|
118758
|
118759
|
118760
|
118761
|
118767
|
118770