mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-12 16:58:51 +00:00
fix(mail(css)): add bold font to mailboxes with positive unseen count
Fixes #4277
This commit is contained in:
@@ -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>',
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user