Remove bold weight from TODOs action name font
This commit is contained in:
parent
78b0106878
commit
ed3cf83a63
2 changed files with 8 additions and 1 deletions
|
@ -76,6 +76,10 @@
|
|||
font-size: 14px;
|
||||
}
|
||||
|
||||
.action-name {
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.todo-body {
|
||||
.todo-note {
|
||||
word-wrap: break-word;
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue