Bugzilla – Attachment 142709 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.56 KB, created by
Jonathan Druart
on 2022-10-27 11:28:12 UTC
(
hide
)
Description:
Bug 31919: Add background-color to a:hover in the header
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2022-10-27 11:28:12 UTC
Size:
1.56 KB
patch
obsolete
>From 69676c8dac3499535f11c2b96ee36b725289c160 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 > >--- > 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 aaf8adb22c5..600235ffb42 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 19596681bf9..38021e92daf 100644 >--- a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss >+++ b/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss >@@ -3127,10 +3127,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.25.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