commit | 88e74c6a672943ab73db6c13dc29f597441530f0 | [log] [tgz] |
---|---|---|
author | Michael Davis <michael.s.davis@ibm.com> | Thu Jul 27 15:39:45 2017 -0500 |
committer | Adriana Kobylak <anoo@us.ibm.com> | Mon Oct 09 12:47:20 2017 -0500 |
tree | 55b3e270c420bc304646500a27a1546f34069777 | |
parent | 7cad8cbfbe64607633116501373f91d9874b9869 [diff] [blame] |
Colors darkened for better visual contrast to pass accessibility tests. Change-Id: Iedcaaf71a2ac48eb885ac92d9efee0623e949289 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 2ce17ee..b247a3f 100644 --- a/app/common/styles/components/form-elements.scss +++ b/app/common/styles/components/form-elements.scss
@@ -39,7 +39,7 @@ width: 100%; border: 1px solid $lightbg__grey; margin-top: -5px; - box-shadow: 0 4px 10px -2px $lightgrey; + box-shadow: 0 4px 10px -2px $darkgrey; li { list-style-type: none; }