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
+8
View File
@@ -40,4 +40,12 @@
background-color: @sidebar-selected-background-color;
}
}
&--disabled {
color: @sidebar-disabled-text-color;
&:active {
background-color: @sidebar-background-color;
}
}
}