[frio] Add active class to responses current user holds

- Add active class when the self attribute is found
- Add CSS styling to active response links
This commit is contained in:
Hypolite Petovan 2016-09-24 12:05:14 -04:00 committed by Tobias Diekershoff
commit bdc7d1b87a
2 changed files with 12 additions and 6 deletions

View file

@ -1504,9 +1504,15 @@ code > .hl-main {
margin-top: 15px;
margin-bottom: 0;
}
.wall-item-actions a.active {
font-weight: bold;
}
.wall-item-actions a:hover {
color: #555;
}
.wall-item-actions a.active:hover {
color: $link_color;
}
.wall-item-actions-left {
display: table-cell;
vertical-align: middle;