[improvement] update border-color (#1773)

This commit is contained in:
neverland 2018-09-10 14:00:45 +08:00 committed by GitHub
parent a8433df1d7
commit 9a3667e7ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ $gray-dark: #999;
/* default colors */
$text-color: #333;
$border-color: $gray-light;
$border-color: #eee;
$active-color: #e8e8e8;
$background-color: #f8f8f8;

View File

@ -1,4 +1,4 @@
@mixin hairline($border-color: #e5e5e5) {
@mixin hairline($border-color: #eee) {
content: '';
position: absolute;
top: 0;