gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-wallet-core] branch master updated: fix: underline is not necessa


From: gnunet
Subject: [taler-wallet-core] branch master updated: fix: underline is not necessary in qr code and makes readibility harder at low resolutions
Date: Sun, 11 Aug 2024 19:49:39 +0200

This is an automated email from the git hooks/post-receive script.

nora-grothoff pushed a commit to branch master
in repository wallet-core.

The following commit(s) were added to refs/heads/master by this push:
     new adbd28e78 fix: underline is not necessary in qr code and makes 
readibility harder at low resolutions
adbd28e78 is described below

commit adbd28e78a0e7c65c406d9e944a135357a8e0505
Author: Nullptrderef <nullptrderef@proton.me>
AuthorDate: Sun Aug 11 19:49:33 2024 +0200

    fix: underline is not necessary in qr code and makes readibility harder at 
low resolutions
---
 .../src/paths/instance/templates/qr/QrPage.tsx                       | 5 +++++
 1 file changed, 5 insertions(+)

diff --git 
a/packages/merchant-backoffice-ui/src/paths/instance/templates/qr/QrPage.tsx 
b/packages/merchant-backoffice-ui/src/paths/instance/templates/qr/QrPage.tsx
index c66361e17..ec3bec184 100644
--- a/packages/merchant-backoffice-ui/src/paths/instance/templates/qr/QrPage.tsx
+++ b/packages/merchant-backoffice-ui/src/paths/instance/templates/qr/QrPage.tsx
@@ -95,6 +95,11 @@ function saveAsPDF(name: string): void {
 <html>
   <head>
     <title>Order template for ${name}</title>
+    <style>
+      pre > a {
+        text-decoration: none;
+      }
+    </style>
   </head>
   <body>
     ${divContents.outerHTML}

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]