diff options
| author | Michael Davis <michael.s.davis@ibm.com> | 2017-07-27 15:41:35 -0500 |
|---|---|---|
| committer | Adriana Kobylak <anoo@us.ibm.com> | 2017-10-09 13:33:45 -0500 |
| commit | 9a97e5941f3d1751546d4da1825ad2c8bbdf034a (patch) | |
| tree | 5cb6dafda4082a41e59322a15a0a331379d08194 /app/common/styles/components | |
| parent | 98e3f8a6167902e2b4d81d3e425434825a249cad (diff) | |
| download | phosphor-webui-9a97e5941f3d1751546d4da1825ad2c8bbdf034a.tar.gz phosphor-webui-9a97e5941f3d1751546d4da1825ad2c8bbdf034a.zip | |
Colors darkened for better visual contrast to pass accessibility tests.
Change-Id: Iedcaaf71a2ac48eb885ac92d9efee0623e949289
Signed-off-by: Michael Davis <michael.s.davis@ibm.com>
Diffstat (limited to 'app/common/styles/components')
| -rw-r--r-- | app/common/styles/components/form-elements.scss | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |

