Bugzilla – Attachment 118738 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) Use SCSS-style nesting for style additions
Bug-27846-follow-up-Use-SCSS-style-nesting-for-sty.patch (text/plain), 2.40 KB, created by
Owen Leonard
on 2021-03-24 12:13:26 UTC
(
hide
)
Description:
Bug 27846: (follow-up) Use SCSS-style nesting for style additions
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2021-03-24 12:13:26 UTC
Size:
2.40 KB
patch
obsolete
>From 6e86f8eb182bb82c6fbab688824312cf70c318d4 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Tue, 23 Mar 2021 12:16:43 +0000 >Subject: [PATCH] Bug 27846: (follow-up) Use SCSS-style nesting for style > additions > >This patch takes the changes introduced to the SCSS file in the previous >patches and converts it to use SCSS-style nesting to generate the >same output. > >There should be no visible changes as a result. >--- > .../intranet-tmpl/prog/css/src/staff-global.scss | 69 +++++++++++----------- > 1 file changed, 36 insertions(+), 33 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 92a97fdf5f..478b513ca1 100644 >--- a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss >+++ b/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss >@@ -1023,39 +1023,6 @@ 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; >@@ -3155,6 +3122,42 @@ video { > nav { > background: #E6F0F2 none; > border: 0; >+ >+ &.breadcrumb { >+ background-color: #E6F0F2; >+ clear: both; >+ margin: 0; >+ padding: .8em .5em .8em 10px; >+ position: relative; >+ >+ ol { >+ margin: 0; >+ padding-left: 0; >+ list-style: none; >+ } >+ >+ li { >+ display: inline; >+ >+ &+li::before { >+ display: inline-block; >+ margin: 0 0.25em; >+ transform: rotate(15deg); >+ border-right: 0.1em solid currentColor; >+ height: 0.8em; >+ content: ''; >+ } >+ >+ } >+ >+ [aria-current="page"] { >+ color: #000; >+ font-weight: 700; >+ text-decoration: none; >+ } >+ } >+ >+ > } > > .navbar-collapse { >-- >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