提交 90c8567d 编写于 作者: A Annabel Dunstone Gray

Add transition animation to opacity

上级 42fb669c
......@@ -47,6 +47,7 @@
.todo-avatar,
.todo-actions {
@include transition(opacity);
-webkit-flex: 0 0 auto;
flex: 0 0 auto;
}
......@@ -75,10 +76,6 @@
border-color: $white-normal;
}
.title {
font-weight: normal;
}
.todo-avatar,
.todo-item {
opacity: .2;
......@@ -91,6 +88,8 @@
}
.todo-item {
@include transition(opacity);
.todo-title {
display: flex;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册