提交 d5c8cb8a 编写于 作者: A Abdullah Almsaeed

Added ability to make item clickable as suggested in issue #323

上级 436856b1
......@@ -9,11 +9,17 @@
float: left;
padding: 10px;
text-align: center;
> img {
img {
.border-radius(50%);
max-width: 100%;
height: auto;
}
}
> a:hover {
&,
.users-list-name {
color: #999;
}
}
}
}
.users-list-name,
......@@ -25,10 +31,7 @@
color: #444;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
&:hover {
color: #999;
}
text-overflow: ellipsis;
}
.users-list-date {
color: #999;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册