Bugzilla – Attachment 144493 Details for
Bug 32330
Table background_jobs is missing indexes
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 32320: Remove text-shadow from header menu links
Bug-32320-Remove-text-shadow-from-header-menu-link.patch (text/plain), 1.29 KB, created by
Katrin Fischer
on 2022-12-07 21:31:13 UTC
(
hide
)
Description:
Bug 32320: Remove text-shadow from header menu links
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2022-12-07 21:31:13 UTC
Size:
1.29 KB
patch
obsolete
>From 4a678bc5eee4375b72cc16f840241866c66ae695 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Tue, 22 Nov 2022 12:10:20 +0000 >Subject: [PATCH] Bug 32320: Remove text-shadow from header menu links > >This patch unsets the text-shadow style on links in the header menu. >This makes the links look a little crisper. The style is inherited from >Bootstrap's defaults and is incorrect for our design. > >To test, apply the patch and rebuild the staff interface CSS. > >View any page in the staff interface to confirm that header menu links >look correct. > >Signed-off-by: Lucas Gass <lucas@bywatersolutions.com> > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> > >https://bugs.koha-community.org/show_bug.cgi?id=32330 >--- > koha-tmpl/intranet-tmpl/prog/css/src/_header.scss | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/css/src/_header.scss b/koha-tmpl/intranet-tmpl/prog/css/src/_header.scss >index e912ab659e..3797b5b6c7 100644 >--- a/koha-tmpl/intranet-tmpl/prog/css/src/_header.scss >+++ b/koha-tmpl/intranet-tmpl/prog/css/src/_header.scss >@@ -6,6 +6,7 @@ a.navbar-toggle { > .navbar-nav > li > a { > overflow: hidden; > color: #FFFFFF; >+ text-shadow: unset; > > &:hover, &:active { > border-bottom: 1px #FFFFFF; >-- >2.30.2
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 32330
:
144184
|
144185
|
144186
|
144390
|
144493
|
144638