add minor styling improvement for task list

This commit is contained in:
Johannes Millan 2017-01-07 21:24:05 +01:00
parent c848bf4ae2
commit ef76a82002

View file

@ -35,6 +35,7 @@ task-list {
&.as-sortable-dragging,
&:focus {
background: #eee;
color: #000;
}
.first-line {
@ -83,6 +84,8 @@ task-list {
&.is-current {
border-bottom: 1px solid #333;
background: #a9ed9f;
color: #000;
.md-bar {
background-color: #4fa758 !important;
}