feat(SidebarItem): add disabled prop (#4325)

This commit is contained in:
neverland
2019-09-02 19:44:14 +08:00
committed by GitHub
parent 52f3de8cf8
commit 329e751351
8 changed files with 144 additions and 73 deletions
+4 -3
View File
@@ -15,7 +15,7 @@
// Component Colors
@text-color: #323233;
@border-color: #ebedf0;
@active-color: #f2f3f5;
@active-color: #040405;
@background-color: #f8f8f8;
@background-color-light: #fafafa;
@@ -479,10 +479,11 @@
// SidebarItem
@sidebar-font-size: @font-size-md;
@sidebar-line-height: 1.4;
@sidebar-text-color: @gray-darker;
@sidebar-text-color: @text-color;
@sidebar-disabled-text-color: @gray;
@sidebar-padding: 20px @padding-sm 20px @padding-xs;
@sidebar-active-color: @active-color;
@sidebar-background-color: @background-color;
@sidebar-background-color: @background-color-light;
@sidebar-selected-font-weight: 500;
@sidebar-selected-text-color: @text-color;
@sidebar-selected-border-color: @red;