tweak study styles

This commit is contained in:
Thibault Duplessis 2019-10-31 08:24:42 +01:00
parent 3834c94b3c
commit 236cd75a52
2 changed files with 2 additions and 2 deletions

View file

@ -37,7 +37,7 @@
}
}
.add {
border-top: 1px solid $c-border;
cursor: pointer;
text-transform: uppercase;
}
}

View file

@ -148,7 +148,7 @@ export function view(ctrl: StudyCtrl): VNode {
hook: bind('click', ctrl.chapters.toggleNewForm, ctrl.redraw)
}, [
h('span', iconTag('O')),
h('h3.add', ctrl.trans.noarg('addNewChapter'))
h('h3', ctrl.trans.noarg('addNewChapter'))
])
] : []
));