Merge branch 'todos-counter' into 'master'

Use normal font weight for todos counter

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>

See merge request !3076
This commit is contained in:
Dmitriy Zaporozhets 2016-03-03 14:15:33 +00:00
commit 0ca056eb99

View file

@ -8,6 +8,7 @@
.badge.todos-pending-count {
background-color: #7f8fa4;
margin-top: -5px;
font-weight: normal;
}
}
}