fix: bold on unread

This commit is contained in:
Jean-Baptiste Pasquier 2021-04-02 11:34:34 +02:00
parent 74021f4a7b
commit e2656cc661
2 changed files with 4 additions and 1 deletions

View File

@ -7,6 +7,9 @@ nav#main__menu {
.unread {
font-weight: bolder;
.bold-on-unread {
font-weight: bolder!important;
}
}
solid-route.menu,

View File

@ -2,5 +2,5 @@ if componentSet.has('circles') || componentSet.has('projects')
solid-widget(name='hubl-menu-publicprivate')
template
div(
class="${value == 'Public' ? 'text-bold text-large': 'text-simple-line-icons text-xsmall'}"
class="${value == 'Public' ? 'bold-on-unread text-large': 'text-simple-line-icons text-xsmall'}"
) ${value == 'Public' ? '#' : ''}