commit | b8a41c180f66e7d586962b0876fccd7c2fdc353d | [log] [tgz] |
---|---|---|
author | Michael Davis <michael.s.davis@ibm.com> | Mon Aug 14 14:59:46 2017 -0500 |
committer | Adriana Kobylak <anoo@us.ibm.com> | Mon Oct 09 14:00:43 2017 -0500 |
tree | becdaa61e99379a247aaa4cf2dae70b7a1b8721d | |
parent | 2c5e7beb3c5160135e014d296c49939fce158b10 [diff] [blame] |
Accessibility fixes: - changed buttons to spans since not being used in forms - added aria roles to html elements - changed low contrast colors Change-Id: I56e784b226baa7f9b24346446a0a023fcea633d4 Signed-off-by: Michael Davis <michael.s.davis@ibm.com>
diff --git a/app/common/styles/components/form-elements.scss b/app/common/styles/components/form-elements.scss index 767d76f..5c87a35 100644 --- a/app/common/styles/components/form-elements.scss +++ b/app/common/styles/components/form-elements.scss
@@ -112,6 +112,7 @@ height: 20px; background: $white; border: 1px solid $lightbg__grey; + font-size: 0; } /* Hover and focus states */