Skip to content

Commit

Permalink
fix(feed): inverted metadata actions
Browse files Browse the repository at this point in the history
Added support for inverted feed metadata actions
  • Loading branch information
Festiis authored Mar 22, 2024
1 parent 1c7ce92 commit 8b6456b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/definitions/views/feed.less
Original file line number Diff line number Diff line change
Expand Up @@ -459,6 +459,17 @@
color: @invertedLikeActiveColor;
}
}

/* Action */
.ui.inverted.feed > .event > .content .meta a,
.ui.inverted.feed > .event > .content .meta > i.icon {
color: @invertedMetadataActionColor;
}
.ui.inverted.feed > .event > .content .meta a:hover,
.ui.inverted.feed > .event > .content .meta a:hover i.icon,
.ui.inverted.feed > .event > .content .meta > i.icon:hover {
color: @invertedMetadataActionHoverColor;
}
}

/* --------------
Expand Down
3 changes: 3 additions & 0 deletions src/themes/default/views/feed.variables
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,9 @@
@invertedLikeHoverColor: @invertedSelectedTextColor;
@invertedLikeActiveColor: @invertedLikeColor;

@invertedMetadataActionColor: @invertedLightTextColor;
@invertedMetadataActionHoverColor: @invertedSelectedTextColor;

@invertedConnectedBorderColor: @whiteBorderColor;
@invertedDividedBorderColor: @whiteBorderColor;
@invertedTextLabelColor: @white;

0 comments on commit 8b6456b

Please sign in to comment.