mirror of
https://github.com/ansible/awx.git
synced 2026-07-11 08:18:07 -02:30
raise contrast on a few key page elements to pass WCAG contrast checks
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
@import 'host-event/_index';
|
||||
.at-Stdout {
|
||||
&-menuTop {
|
||||
color: @at-gray-848992;
|
||||
color: @at-gray-646972;
|
||||
border: 1px solid @at-gray-b7;
|
||||
border-top-left-radius: 4px;
|
||||
border-top-right-radius: 4px;
|
||||
@@ -87,7 +87,7 @@
|
||||
|
||||
&-toggle {
|
||||
background-color: @at-gray-eb;
|
||||
color: @at-gray-848992;
|
||||
color: @at-gray-646972;
|
||||
display: flex;
|
||||
flex: 0 0 30px;
|
||||
font-size: 18px;
|
||||
@@ -204,7 +204,7 @@
|
||||
color: @login-notice-text;
|
||||
border-radius: @at-border-radius;
|
||||
border: 1px solid @at-gray-b7;
|
||||
// color: @at-gray-848992;
|
||||
// color: @at-gray-646972;
|
||||
padding: 6px @at-padding-input 6px @at-padding-input;
|
||||
}
|
||||
|
||||
|
||||
@@ -16,7 +16,7 @@ export const JOB_STATUS_FINISHED = JOB_STATUS_COMPLETE.concat(JOB_STATUS_INCOMPL
|
||||
export const OUTPUT_ANSI_COLORMAP = {
|
||||
0: '#000',
|
||||
1: '#A00',
|
||||
2: '#0A0',
|
||||
2: '#080',
|
||||
3: '#F0AD4E',
|
||||
4: '#00A',
|
||||
5: '#A0A',
|
||||
|
||||
Reference in New Issue
Block a user