[frio] Add color to active buttons in mobile view

This commit is contained in:
Hypolite Petovan 2020-06-04 23:47:13 -04:00
parent 37d61fbc44
commit fa1e7676c7
1 changed files with 1 additions and 3 deletions

View File

@ -1854,9 +1854,7 @@ code > .hl-main {
} }
.wall-item-actions .active { .wall-item-actions .active {
font-weight: bold; font-weight: bold;
} color: $link_color;
.wall-item-actions .active:hover {
color: $link_color;
} }
.wall-item-actions-left { .wall-item-actions-left {
display: table-cell; display: table-cell;