-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'feat/vadc_sprint21' into fix/vadc-1422
- Loading branch information
Showing
10 changed files
with
75 additions
and
57 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
49 changes: 0 additions & 49 deletions
49
src/Analysis/SharedUtils/AccessibilityUtils/Accessibility.css
This file was deleted.
Oops, something went wrong.
27 changes: 27 additions & 0 deletions
27
src/Analysis/SharedUtils/AccessibilityUtils/AccessibilityCSS/Accessibility.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
/* App-specific styles */ | ||
|
||
@import "AccessibilityTeams.css"; | ||
@import "AccessibilityGWAS.css"; | ||
|
||
/* Global styles */ | ||
|
||
:root { | ||
--focus-outline-color: #007bff; /* Bright Blue */ | ||
} | ||
|
||
.screen-reader-only { | ||
position: absolute; | ||
width: 1px; | ||
height: 1px; | ||
margin: -1px; | ||
padding: 0; | ||
overflow: hidden; | ||
clip: rect(0, 0, 0, 0); | ||
white-space: nowrap; | ||
border: 0; | ||
} | ||
|
||
.ant-modal-content button:focus { | ||
outline: 1px dashed var(--focus-outline-color); | ||
outline-offset: 1px; | ||
} |
34 changes: 34 additions & 0 deletions
34
src/Analysis/SharedUtils/AccessibilityUtils/AccessibilityCSS/AccessibilityGWAS.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
/* GWAS App */ | ||
|
||
.GWASUI-navBtn:not([disabled]) { | ||
background: #194C90; | ||
border-color: #194C90; | ||
} | ||
|
||
.GWASUI-navBtn:not([disabled]):hover, | ||
.GWASUI-navBtn:not([disabled]):focus { | ||
background: #2466AC; | ||
border-color: #2466AC; | ||
} | ||
|
||
.gwas-modal .ant-btn-primary:not([disabled]) { | ||
background: #194C90; | ||
border-color: #194C90; | ||
} | ||
|
||
.gwas-modal .ant-btn-primary:not([disabled]):hover, | ||
.gwas-modal .ant-btn-primary:not([disabled]):focus { | ||
background: #2466AC; | ||
border-color: #2466AC; | ||
} | ||
|
||
.gwas-modal .ant-btn-default { | ||
color: #194C90; | ||
border-color: #194C90; | ||
} | ||
|
||
.gwas-modal .ant-btn-default:hover, | ||
.gwas-modal .ant-btn-default:focus { | ||
color: #2466AC; | ||
border-color: #2466AC; | ||
} |
12 changes: 12 additions & 0 deletions
12
src/Analysis/SharedUtils/AccessibilityUtils/AccessibilityCSS/AccessibilityTeams.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
/* VADC Apps - Team Selection */ | ||
|
||
.team-project-modal .ant-btn-primary:not([disabled]) { | ||
background: #194C90; | ||
border-color: #194C90; | ||
} | ||
|
||
.team-project-modal .ant-btn-primary:not([disabled]):hover, | ||
.team-project-modal .ant-btn-primary:not([disabled]):focus { | ||
background: #2466AC; | ||
border-color: #2466AC; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters