Merge pull request #426 from h3poteto/collapse-color

Change color of collapse button
This commit is contained in:
AkiraFukushima 2018-07-05 00:56:22 +09:00 committed by GitHub
commit b093a675ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 2 deletions

View File

@ -172,13 +172,21 @@ export default {
margin-top: 24px;
.do-collapse {
color: #606266;
color: #dcdfe6;
padding: 0;
&:hover {
color: #409eff;
}
}
.release-collapse {
color: #606266;
color: #dcdfe6;
padding: 0;
&:hover {
color: #409eff;
}
}
}
}