commit | 0c196af87897a3e9fd1fa69af799510ff9133adb | [log] [tgz] |
---|---|---|
author | Michael Davis <michael.s.davis@ibm.com> | Thu Jul 27 15:39:45 2017 -0500 |
committer | Iftekharul Islam <iffy.ryan@ibm.com> | Wed Sep 27 11:46:25 2017 -0500 |
tree | 537f252ac3cef42a54b6b7f6cb00bb7f011dd434 | |
parent | 13024f165373de8eeab106f1e850f4d0ace08191 [diff] |
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; }