fix: bold on unread
This commit is contained in:
parent
74021f4a7b
commit
e2656cc661
@ -7,6 +7,9 @@ nav#main__menu {
|
|||||||
|
|
||||||
.unread {
|
.unread {
|
||||||
font-weight: bolder;
|
font-weight: bolder;
|
||||||
|
.bold-on-unread {
|
||||||
|
font-weight: bolder!important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
solid-route.menu,
|
solid-route.menu,
|
||||||
|
@ -2,5 +2,5 @@ if componentSet.has('circles') || componentSet.has('projects')
|
|||||||
solid-widget(name='hubl-menu-publicprivate')
|
solid-widget(name='hubl-menu-publicprivate')
|
||||||
template
|
template
|
||||||
div(
|
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' ? '#' : ''}
|
) ${value == 'Public' ? '#' : ''}
|
Loading…
Reference in New Issue
Block a user