[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:
parent
754de768f2
commit
bdc7d1b87a
2 changed files with 12 additions and 6 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue