Merge pull request #8731 from MrPetovan/task/frio-mobile-active-buttons-color

[frio] Add color to active buttons in mobile view
This commit is contained in:
Tobias Diekershoff 2020-06-05 06:42:33 +02:00 committed by GitHub
commit ff9f2dd6cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

View File

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