зеркало из https://github.com/Azure/BatchExplorer.git
Fix contrast accessibility bugs (#2830)
* Service360 accessibility bugfixes
This commit is contained in:
Родитель
8b4958238c
Коммит
c9ac291c2b
|
@ -18,7 +18,7 @@
|
|||
"border": "#919191",
|
||||
"editor": "vs",
|
||||
"text": {
|
||||
"primary": "#323130",
|
||||
"primary": "#262524",
|
||||
"secondary": "#666666"
|
||||
},
|
||||
"breadcrumb": {
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
import { Component, ContentChild, Input, TemplateRef, ViewChild } from "@angular/core";
|
||||
|
||||
import "./tabs.scss";
|
||||
|
||||
@Component({
|
||||
selector: "bl-tab-label",
|
||||
template: "<ng-template><ng-content></ng-content></ng-template>",
|
||||
|
|
|
@ -0,0 +1,9 @@
|
|||
@import "app/styles/variables";
|
||||
|
||||
mat-tab-group {
|
||||
&:not(.form-tabs) .mat-tab-label.cdk-keyboard-focused {
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
border-color: $button-basic-text-color !important;
|
||||
}
|
||||
}
|
|
@ -5,8 +5,8 @@ bl-add-certificate-form {
|
|||
.certificate-deprecation-warning {
|
||||
> .warning {
|
||||
background-color: var(--color-warn-50);
|
||||
// using the color from var(--color-text-primary)
|
||||
color: #333333;
|
||||
// Primary text color was not dark enough to contrast with link color. Deepened it 6 shades.
|
||||
color: #201f1e;
|
||||
|
||||
> .summary-container {
|
||||
|
||||
|
@ -22,7 +22,6 @@ bl-add-certificate-form {
|
|||
}
|
||||
|
||||
.certificate-warning-alternative-link {
|
||||
// using the color from var(--color-primary-800);
|
||||
color: #1d54af;
|
||||
color: var(--color-primary-600);
|
||||
}
|
||||
}
|
||||
|
|
|
@ -27,3 +27,7 @@ bl-job-details {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
bl-summary-card > .main-tile > .content-container > .content > .details {
|
||||
color: $primary-text !important;
|
||||
}
|
||||
|
|
|
@ -5,8 +5,7 @@ bl-pool-configuration {
|
|||
.certificate-deprecation-warning {
|
||||
> .warning {
|
||||
background-color: var(--color-warn-50);
|
||||
// using the color from var(--color-text-primary)
|
||||
color: #333333;
|
||||
color: #201f1e;
|
||||
|
||||
> .summary-container {
|
||||
|
||||
|
@ -22,7 +21,6 @@ bl-pool-configuration {
|
|||
}
|
||||
|
||||
.certificate-warning-alternative-link {
|
||||
// using the color from var(--color-primary-800);
|
||||
color: #1d54af;
|
||||
color: var(--color-primary-600);
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче