Skip to content

Commit

Permalink
tweak some font weight
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 committed Aug 17, 2017
1 parent 187e9dd commit 988e12f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion components/breadcrumb/style/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
}

& > span:last-child {
font-weight: bold;
font-weight: 500;
color: @text-color;
}

Expand Down
2 changes: 1 addition & 1 deletion components/cascader/style/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@
&,
&:hover {
background: @background-color-base;
font-weight: bold;
font-weight: 600;
}
}
&-expand {
Expand Down
2 changes: 1 addition & 1 deletion components/select/style/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,7 @@
&,
&:hover {
background-color: @background-color-base;
font-weight: bold;
font-weight: 600;
color: @text-color;
}
}
Expand Down
2 changes: 1 addition & 1 deletion components/tree-select/style/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
outline: 0;
&.filter-node {
> span {
font-weight: bold !important;
font-weight: 500;
}
}
ul {
Expand Down
2 changes: 1 addition & 1 deletion components/tree/style/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
&.filter-node {
> span {
color: @highlight-color !important;
font-weight: bold !important;
font-weight: 500 !important;
}
}
ul {
Expand Down

0 comments on commit 988e12f

Please sign in to comment.