fix(mail(css)): add bold font to mailboxes with positive unseen count

Fixes #4277
This commit is contained in:
Francis Lachapelle
2021-10-19 15:49:44 -04:00
parent e5dbebb100
commit 270bc2ed2e
2 changed files with 5 additions and 1 deletions

View File

@@ -31,7 +31,7 @@
' ng-click="$ctrl.selectFolder($event)"',
' ng-dblclick="$ctrl.editFolder($event)">',
' <md-icon ng-class="{ \'sg-opacity-70\': $ctrl.mailbox.isNoSelect() }">{{$ctrl.mailbox.$icon}}</md-icon>',
' <span ng-bind="$ctrl.mailbox.$displayName"></span>',
' <span ng-class="{ \'sg-font-medium\': $ctrl.mailbox.unseenCount }" ng-bind="$ctrl.mailbox.$displayName"></span>',
' <span class="sg-counter-badge ng-hide"',
' ng-show="$ctrl.mailbox.unseenCount"',
' ng-bind="$ctrl.mailbox.unseenCount"></span>',

View File

@@ -419,6 +419,10 @@ html p {
text-transform: uppercase;
}
.sg-font-medium {
font-weight: $sg-font-medium;
}
// Date bloc in use on the toolbar
// ----------------------------------------------------------------------------
$today-font-size: 72px; // Visualy adjusted