Bugzilla – Attachment 142755 Details for
Bug 31919
Hovered items in "More" should change background color
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 31919: Add background-color to a:hover in the header
Bug-31919-Add-background-color-to-ahover-in-the-he.patch (text/plain), 1.62 KB, created by
Martin Renvoize (ashimema)
on 2022-10-28 08:24:16 UTC
(
hide
)
Description:
Bug 31919: Add background-color to a:hover in the header
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2022-10-28 08:24:16 UTC
Size:
1.62 KB
patch
obsolete
>From d6262d9d9523e57fcb5f4057442243cb59fb1c82 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Thu, 27 Oct 2022 13:27:55 +0200 >Subject: [PATCH] Bug 31919: Add background-color to a:hover in the header > >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > koha-tmpl/intranet-tmpl/prog/css/src/_header.scss | 4 ++-- > koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss | 4 ++-- > 2 files changed, 4 insertions(+), 4 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/css/src/_header.scss b/koha-tmpl/intranet-tmpl/prog/css/src/_header.scss >index aaf8adb22c..600235ffb4 100644 >--- a/koha-tmpl/intranet-tmpl/prog/css/src/_header.scss >+++ b/koha-tmpl/intranet-tmpl/prog/css/src/_header.scss >@@ -18,8 +18,8 @@ a.navbar-toggle { > li a { > color: #FFFFFF; > &:hover, &:focus { >- background-color: transparent; >- text-decoration: underline; >+ background-color: #387438; >+ text-decoration: none; > } > } > } >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 a6d30023b6..add401b9d2 100644 >--- a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss >+++ b/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss >@@ -3054,10 +3054,10 @@ nav { > > .nav > li > a:hover, > .nav > li > a:focus { >- background-color: transparent; >+ background-color: #387438; > padding: .4em 15px; > color: #fff; >- text-decoration: underline 2px; >+ text-decoration: none 2px; > } > > .pagination { >-- >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 31919
:
142709
|
142755
|
142810
|
142828
|
142831
|
142893