gnunet-svn
[Top][All Lists]
Advanced

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

[reclaim-ui] 300/459: fix class on missing non-standard claims display


From: gnunet
Subject: [reclaim-ui] 300/459: fix class on missing non-standard claims display
Date: Fri, 11 Jun 2021 23:26:32 +0200

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

martin-schanzenbach pushed a commit to branch master
in repository reclaim-ui.

commit 4624b6fdbeea0b7c940d0f009b8dfd8aab4f416b
Author: Martin Schanzenbach <mschanzenbach@posteo.de>
AuthorDate: Thu Aug 13 16:41:27 2020 +0200

    fix class on missing non-standard claims display
---
 src/app/edit-identity/edit-identity.component.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/app/edit-identity/edit-identity.component.html 
b/src/app/edit-identity/edit-identity.component.html
index e353a47..f783001 100644
--- a/src/app/edit-identity/edit-identity.component.html
+++ b/src/app/edit-identity/edit-identity.component.html
@@ -214,9 +214,9 @@
 
       <!-- Missing "non-standard" claims that are requested -->
       <div class="table pb-1" *ngIf="isAnyRequestedNonStandardClaimMissing()">
-          <div class="row mb-3" [class.openid]="inOpenIdFlow()"
+          <div class="row mb-3 text-primary" 
+            [class.openid]="inOpenIdFlow()"
             [class.alert-danger]="newAttribute.name === missing.name"
-            class="text-primary"
             *ngFor="let missing of missingNonStandardClaims">
             <div class="col-sm"><div style="min-width: 15em">
                 <i *ngIf="isClaimRequested(missing)" class="fa 
fa-openid"></i><b> {{missing.name}}</b></div></div>

-- 
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]