Bugzilla – Attachment 153055 Details for
Bug 34129
Responsive table button icon broken after FontAwesome upgrade
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 34129: Fix plus and minus icon
Bug-34129-Fix-plus-and-minus-icon.patch (text/plain), 1.38 KB, created by
Jonathan Druart
on 2023-07-05 12:48:32 UTC
(
hide
)
Description:
Bug 34129: Fix plus and minus icon
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2023-07-05 12:48:32 UTC
Size:
1.38 KB
patch
obsolete
>From 4fc5d7061f4468ab996ce8e0edc265bd1adaf939 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Wed, 5 Jul 2023 14:47:41 +0200 >Subject: [PATCH] Bug 34129: Fix plus and minus icon > >--- > koha-tmpl/opac-tmpl/bootstrap/css/src/_common.scss | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/css/src/_common.scss b/koha-tmpl/opac-tmpl/bootstrap/css/src/_common.scss >index a25d513c835..775c7e14519 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/css/src/_common.scss >+++ b/koha-tmpl/opac-tmpl/bootstrap/css/src/_common.scss >@@ -559,7 +559,7 @@ table { > border-radius: .25rem; > box-shadow: none; > color: #000; >- content: "\f067"; >+ content: "+"; > font-family: FontAwesome; > font-size: 1em; > font-style: normal; >@@ -576,7 +576,7 @@ table { > th { > &.dtr-control { > &::before { >- content: "\f068"; >+ content: "รข"; > } > } > } >-- >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 34129
:
153055
|
153056
|
153063
|
154497
|
154804