Skip to content

Commit

Permalink
Merge pull request #2102 from ORCID/fix/8948-qa-issues-with-icons-in-…
Browse files Browse the repository at this point in the history
…my-orcid-after-interacting-with-new-registration-form

style: Add missing class to radio buttons
  • Loading branch information
leomendoza123 authored Dec 4, 2023
2 parents 17b13cc + ff7c99a commit ae31bdd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ <h2 i18n="@@register.yourPasswords" class="orc-font-body no-top-margin">
</ng-template>

<ng-template #invalid>
<mat-icon class="no-checked" class="material-icons-outlined"
<mat-icon class="no-checked material-icons-outlined"
>radio_button_unchecked
</mat-icon>
</ng-template>
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
color: map-get($foreground, 'brand-primary-dark');
}

::ng-deep .mat-icon {
::ng-deep .mat-icon.no-checked {
color: map-get($background, 'ui-background-light');
}
}
Expand Down

0 comments on commit ae31bdd

Please sign in to comment.