Bugzilla – Attachment 175334 Details for
Bug 37222
Standardize markup for sidebar menus
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 37222: (follow-up) Correct style of Vue sidebars
Bug-37222-follow-up-Correct-style-of-Vue-sidebars.patch (text/plain), 1.08 KB, created by
Owen Leonard
on 2024-12-09 19:40:13 UTC
(
hide
)
Description:
Bug 37222: (follow-up) Correct style of Vue sidebars
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2024-12-09 19:40:13 UTC
Size:
1.08 KB
patch
obsolete
>From 2a832bc7cc8eece8417c70554785bcd70e8c58dc Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Mon, 9 Dec 2024 19:19:20 +0000 >Subject: [PATCH] Bug 37222: (follow-up) Correct style of Vue sidebars > >NavigationItem.vue generates both breadcrumb menus and sidebar menus. >Sidebar menus should not have the same markers between list elements. >--- > .../intranet-tmpl/prog/css/src/staff-global.scss | 11 +++++++++++ > 1 file changed, 11 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 130cba0294..bbd351dfbf 100644 >--- a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss >+++ b/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss >@@ -417,6 +417,17 @@ aside { > } > } > } >+ >+ .breadcrumb-item { >+ + .breadcrumb-item { >+ &::before { >+ background: transparent none; >+ display: none; >+ height: unset; >+ width: unset; >+ } >+ } >+ } > } > > .sidebar_menu { >-- >2.39.5
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 37222
:
168285
|
168560
|
168562
|
168595
|
169426
|
169739
|
170640
|
170997
|
171151
|
173971
|
174477
|
175333
| 175334