mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-11-30 11:08:45 +08:00
tweak some font weight
This commit is contained in:
parent
187e9dd85c
commit
988e12f54b
@ -15,7 +15,7 @@
|
||||
}
|
||||
|
||||
& > span:last-child {
|
||||
font-weight: bold;
|
||||
font-weight: 500;
|
||||
color: @text-color;
|
||||
}
|
||||
|
||||
|
@ -174,7 +174,7 @@
|
||||
&,
|
||||
&:hover {
|
||||
background: @background-color-base;
|
||||
font-weight: bold;
|
||||
font-weight: 600;
|
||||
}
|
||||
}
|
||||
&-expand {
|
||||
|
@ -488,7 +488,7 @@
|
||||
&,
|
||||
&:hover {
|
||||
background-color: @background-color-base;
|
||||
font-weight: bold;
|
||||
font-weight: 600;
|
||||
color: @text-color;
|
||||
}
|
||||
}
|
||||
|
@ -21,7 +21,7 @@
|
||||
outline: 0;
|
||||
&.filter-node {
|
||||
> span {
|
||||
font-weight: bold !important;
|
||||
font-weight: 500;
|
||||
}
|
||||
}
|
||||
ul {
|
||||
|
@ -48,7 +48,7 @@
|
||||
&.filter-node {
|
||||
> span {
|
||||
color: @highlight-color !important;
|
||||
font-weight: bold !important;
|
||||
font-weight: 500 !important;
|
||||
}
|
||||
}
|
||||
ul {
|
||||
|
Loading…
Reference in New Issue
Block a user