[ACA-2123] New header background color for AA accessibility (#1366)

* [ACA-2123] New header background for AA accessibility

* [ACA-2123] Remove useless foreground variable

* [ACA-2123]Changed headerColor value in doc and app's initial state
This commit is contained in:
Baptiste Mahé 2020-03-19 18:30:54 +01:00 committed by GitHub
parent c80cf9bdd2
commit 56e147a96f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 5 deletions

View File

@ -100,7 +100,7 @@ You can change the header background color by specifying the color code for the
```json
{
...,
"headerColor": "#2196F3"
"headerColor": "#1565c0"
}
```

View File

@ -100,7 +100,7 @@ Alfresco コンテンツアプリケーションの左上隅に表示される
```json
{
...,
"headerColor": "#2196F3"
"headerColor": "#1565c0"
}
```

View File

@ -25,7 +25,7 @@
},
"viewer.maxRetries": 1,
"sharedLinkDateTimePickerType": "date",
"headerColor": "#2196F3",
"headerColor": "#1565c0",
"languagePicker": true,
"pagination": {
"size": 25,

View File

@ -18,7 +18,7 @@
text-align: center;
color: inherit;
border-radius: 100%;
background-color: mat-color($background, card, 0.15);
background-color: mat-color($background, card, 0.12);
}
.current-user__full-name {

View File

@ -27,7 +27,7 @@ import { AppState, AppStore } from '@alfresco/aca-shared/store';
export const INITIAL_APP_STATE: AppState = {
appName: 'Alfresco Content Application',
headerColor: '#2196F3',
headerColor: '#1565c0',
logoPath: 'assets/images/alfresco-logo-white.svg',
languagePicker: false,
sharedUrl: '',