refactor(TreeSelect): use Sidebar as nav (#4383)
This commit is contained in:
@@ -13,20 +13,7 @@
|
||||
-webkit-overflow-scrolling: touch;
|
||||
|
||||
&-item {
|
||||
position: relative;
|
||||
padding: @tree-select-nav-item-padding;
|
||||
line-height: @tree-select-item-height;
|
||||
border-left: 3px solid transparent;
|
||||
|
||||
&--active {
|
||||
font-weight: bold;
|
||||
background-color: @tree-select-nav-item-active-background-color;
|
||||
border-color: @tree-select-nav-item-active-border-color;
|
||||
}
|
||||
|
||||
&--disabled {
|
||||
color: @tree-select-nav-item-disabled-color;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -39,7 +26,7 @@
|
||||
|
||||
&__item {
|
||||
position: relative;
|
||||
padding-left: @padding-md;
|
||||
padding: 0 32px 0 @padding-md;
|
||||
font-weight: bold;
|
||||
line-height: @tree-select-item-height;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user