summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJon Ambas <jon@jonambas.com>2017-08-07 11:58:13 -0400
committerJon Ambas <jon@jonambas.com>2017-08-07 11:58:13 -0400
commitfcb9db01f0de25a900817f25f57ee2c467af1fc7 (patch)
tree0667fffcd551b216214d3ecfb5cc66e10dee25d6
parentbb8707a79736a01157de03c401307de2b1faddf3 (diff)
downloadmatchbox-fcb9db01f0de25a900817f25f57ee2c467af1fc7.zip
matchbox-fcb9db01f0de25a900817f25f57ee2c467af1fc7.tar.gz
matchbox-fcb9db01f0de25a900817f25f57ee2c467af1fc7.tar.bz2
Modify select styles
-rw-r--r--src/components/Select/Select.module.scss4
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;
}
}