Remove bold weight from TODOs action name font

This commit is contained in:
Oswaldo Ferreira 2017-01-26 10:16:26 -02:00
parent 78b0106878
commit ed3cf83a63
2 changed files with 8 additions and 1 deletions

View file

@ -76,6 +76,10 @@
font-size: 14px;
}
.action-name {
font-weight: normal;
}
.todo-body {
.todo-note {
word-wrap: break-word;

View file

@ -11,8 +11,11 @@
= link_to_author(todo)
- else
(removed)
%span.todo-label
%span.action-name
= todo_action_name(todo)
%span.todo-label
- if todo.target
= todo_target_link(todo)
- else