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

This commit is contained in:
Abdullah Almsaeed
2015-04-15 18:06:38 -04:00
parent 436856b1c3
commit d5c8cb8ab2

View File

@@ -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;