Bugzilla – Attachment 106827 Details for
Bug 25984
Accessibility: Shelf browse lacks focus visibility when cover image is missing
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 25984: Add border highlight to anchor element
Bug-25984-Add-border-highlight-to-anchor-element.patch (text/plain), 896 bytes, created by
Martin Renvoize (ashimema)
on 2020-07-13 10:58:47 UTC
(
hide
)
Description:
Bug 25984: Add border highlight to anchor element
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2020-07-13 10:58:47 UTC
Size:
896 bytes
patch
obsolete
>From bf890a012aa1e0f1e161ecc341b4ecc560711101 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Mon, 13 Jul 2020 11:57:31 +0100 >Subject: [PATCH] Bug 25984: Add border highlight to anchor element > >--- > koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss | 8 ++++++++ > 1 file changed, 8 insertions(+) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss b/koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss >index c30901390e..439ffc99b5 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss >+++ b/koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss >@@ -2731,6 +2731,14 @@ button { > font-size: 110%; > font-weight: bold; > text-decoration: none; >+ >+ &.focus { >+ outline: 2px solid #7f00ff; >+ } >+ >+ &.hover { >+ outline: 2px solid #7f00ff; >+ } > } > > #browser_previous { >-- >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 25984
:
106827
|
106828
|
106845
|
106927
|
106942