Skip to content

Commit 8e6cf7d

Browse files
committed
🤖 GITHUB ACTIONS format_prettier
1 parent 1ac6cee commit 8e6cf7d

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

‎CHANGELOG.md‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
## v2.31.7 - 2023-05-30
2+
23
[Full Changelog](https://github.com/ORCID/orcid-angular/compare/v2.31.6...v2.31.7)
34

45
- [#1967](https://github.com/ORCID/orcid-angular/pull/1967): Transifex

‎src/app/cdk/side-bar/side-bar/side-bar.component.html‎

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,9 @@ <h3 header class="orc-font-body" i18n="@@record.keywords">Keywords</h3>
250250
[id]="userInfo?.EFFECTIVE_USER_ORCID"
251251
[userRecord]="userRecord"
252252
>
253-
<h3 header class="orc-font-body" i18n="@@side-bar.countries">Countries</h3>
253+
<h3 header class="orc-font-body" i18n="@@side-bar.countries">
254+
Countries
255+
</h3>
254256
<app-panel-data *ngIf="userRecord.countries.addresses.length > 0">
255257
<ng-container *ngIf="!isPublicRecord">
256258
<app-panel-element

‎src/app/cdk/visibility-selector/visibility-selector/visibility-selector.component.scss‎

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -69,19 +69,16 @@ h1 {
6969
margin-bottom: 4px;
7070
}
7171

72-
7372
:host {
7473
::ng-deep {
7574
.mat-button-disabled {
7675
.icon-title-container {
7776
color: initial;
7877
}
7978
}
80-
81-
8279
}
8380
}
8481

8582
.mat-button-disabled.main-menu {
86-
border: none
87-
}
83+
border: none;
84+
}

0 commit comments

Comments
 (0)