Bugzilla – Attachment 118761 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: (follow-up) Restore `>` symbol
Bug-27846-follow-up-Restore--symbol.patch (text/plain), 1.38 KB, created by
Martin Renvoize (ashimema)
on 2021-03-24 13:40:26 UTC
(
hide
)
Description:
Bug 27846: (follow-up) Restore `>` symbol
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2021-03-24 13:40:26 UTC
Size:
1.38 KB
patch
obsolete
>From 9bae5bd1e4ec904e1a1df629e433136891ba93d8 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Wed, 24 Mar 2021 13:21:18 +0000 >Subject: [PATCH] Bug 27846: (follow-up) Restore `>` symbol > >This patch restores the original look but uses css ::before to insert >the symbol. This, for me, appears to resolve the previous issue that >screen readers would anounce the character which is what the change to a >slanted border was achieving. > >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss | 8 +++----- > 1 file changed, 3 insertions(+), 5 deletions(-) > >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 478b513ca1..1684d99152 100644 >--- a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss >+++ b/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss >@@ -3140,12 +3140,10 @@ nav { > display: inline; > > &+li::before { >+ content: "\203A"; > display: inline-block; >- margin: 0 0.25em; >- transform: rotate(15deg); >- border-right: 0.1em solid currentColor; >- height: 0.8em; >- content: ''; >+ font-weight: normal; >+ padding: 0 0.1rem; > } > > } >-- >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 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