diff options
author | Jon Ambas <jon@jonambas.com> | 2017-08-07 11:58:13 -0400 |
---|---|---|
committer | Jon Ambas <jon@jonambas.com> | 2017-08-07 11:58:13 -0400 |
commit | fcb9db01f0de25a900817f25f57ee2c467af1fc7 (patch) | |
tree | 0667fffcd551b216214d3ecfb5cc66e10dee25d6 | |
parent | bb8707a79736a01157de03c401307de2b1faddf3 (diff) | |
download | matchbox-fcb9db01f0de25a900817f25f57ee2c467af1fc7.zip matchbox-fcb9db01f0de25a900817f25f57ee2c467af1fc7.tar.gz matchbox-fcb9db01f0de25a900817f25f57ee2c467af1fc7.tar.bz2 |
Modify select styles
-rw-r--r-- | src/components/Select/Select.module.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/Select/Select.module.scss b/src/components/Select/Select.module.scss index 76774e0..5acd22e 100644 --- a/src/components/Select/Select.module.scss +++ b/src/components/Select/Select.module.scss @@ -28,7 +28,7 @@ outline: none; border: 1px solid color(gray, 7); border-radius: border-radius(); - background: color(gray, 10); + background: linear-gradient(180deg, color(gray, 10), color(gray, 9)); color: color(gray, 1); font-weight: 400; @@ -48,7 +48,7 @@ &:disabled { background: color(gray, 9); - color: color(gray, 3); + color: color(gray, 5); cursor: not-allowed; } } |