tweak some font weight

pull/7245/head
afc163 8 years ago
parent 187e9dd85c
commit 988e12f54b

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

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

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

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

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

Loading…
Cancel
Save