style(TreeSelect): fix font-weight bold (#6616)
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
&__item {
|
||||
position: relative;
|
||||
padding: 0 32px 0 @padding-md;
|
||||
font-weight: bold;
|
||||
font-weight: @font-weight-bold;
|
||||
line-height: @tree-select-item-height;
|
||||
cursor: pointer;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user