Merge remote-tracking branch 'origin/master' into feature/rework-left-menu

This commit is contained in:
Jean-Baptiste Pasquier
2021-04-06 13:32:28 +02:00
2 changed files with 4 additions and 4 deletions

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-simple-line-icons text-large': 'text-simple-line-icons text-xsmall'}"
class="${value == 'Public' ? 'text-large': 'text-simple-line-icons text-xsmall'}"
) ${value == 'Public' ? '#' : ''}