Correcting BS3 regression on badge color + spelling mistake
This commit is contained in:
parent
9446a3ae21
commit
2ca963fadb
3 changed files with 5 additions and 2 deletions
|
|
@ -252,3 +252,6 @@
|
|||
label { font-weight: bold; }
|
||||
}
|
||||
|
||||
.badge-important {
|
||||
background-color: $brand-danger;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@
|
|||
= other_participants.count - 1
|
||||
|
||||
.bg
|
||||
.badge.badge-dafault.message_count
|
||||
.badge.badge-default.message_count
|
||||
= conversation.messages.size
|
||||
- if visibility.unread > 0
|
||||
.badge.badge-important.unread_message_count
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
.subject
|
||||
.badge.badge-dafault.message_count
|
||||
.badge.badge-default.message_count
|
||||
= conversation.messages.size
|
||||
- if unread_count > 0
|
||||
.badge.badge-important.unread_message_count
|
||||
|
|
|
|||
Loading…
Reference in a new issue