Skip to content

Commit 5c857e0

Browse files
committed
🤖 GITHUB ACTIONS format_prettier
1 parent a7e7a29 commit 5c857e0

2 files changed

Lines changed: 3 additions & 7 deletions

File tree

‎src/app/layout/header/header.component.scss‎

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -246,10 +246,7 @@ nav {
246246
align-items: stretch;
247247
gap: 0;
248248
padding: 0;
249-
background-color: var(
250-
--orcid-color-brand-secondary-darkest,
251-
#003449
252-
);
249+
background-color: var(--orcid-color-brand-secondary-darkest, #003449);
253250
.row {
254251
flex-direction: column;
255252
gap: 0;
@@ -301,7 +298,8 @@ nav {
301298
&:focus-visible {
302299
color: var(--orcid-color-brand-white, #ffffff);
303300
background-color: transparent;
304-
box-shadow: inset 0 0 0 2px var(--orcid-color-ui-focus, #1098ff);
301+
box-shadow: inset 0 0 0 2px
302+
var(--orcid-color-ui-focus, #1098ff);
305303
outline: none;
306304
}
307305

@@ -449,4 +447,3 @@ app-user-menu {
449447
border-radius: 0;
450448
}
451449
}
452-

‎src/app/layout/header/header.component.scss-theme.scss‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@
9494
}
9595
}
9696
}
97-
9897
}
9998
@include header-theme($orcid-app-theme);
10099
@include app-header-typography(

0 commit comments

Comments
 (0)