tweak some font weight

This commit is contained in:
afc163 2017-08-17 22:10:40 +08:00
parent 187e9dd85c
commit 988e12f54b
5 changed files with 5 additions and 5 deletions

View File

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

View File

@ -174,7 +174,7 @@
&,
&:hover {
background: @background-color-base;
font-weight: bold;
font-weight: 600;
}
}
&-expand {

View File

@ -488,7 +488,7 @@
&,
&:hover {
background-color: @background-color-base;
font-weight: bold;
font-weight: 600;
color: @text-color;
}
}

View File

@ -21,7 +21,7 @@
outline: 0;
&.filter-node {
> span {
font-weight: bold !important;
font-weight: 500;
}
}
ul {

View File

@ -48,7 +48,7 @@
&.filter-node {
> span {
color: @highlight-color !important;
font-weight: bold !important;
font-weight: 500 !important;
}
}
ul {