Add a basic tooltip showing who reacted
This adds a first attempt at tooltip showing who reacted to a message. It doesn't limit senders or position the tooltip nicely, but the info is there at least. Part of https://github.com/vector-im/riot-web/issues/9722
This commit is contained in:
@@ -156,6 +156,8 @@ $reaction-row-button-border-color: #616b7f;
|
||||
$reaction-row-button-hover-border-color: $header-panel-text-primary-color;
|
||||
$reaction-row-button-selected-bg-color: #1f6954;
|
||||
$reaction-row-button-selected-border-color: $accent-color;
|
||||
$reaction-row-button-tooltip-bg-color: $tagpanel-bg-color;
|
||||
$reaction-row-button-tooltip-fg-color: #ffffff;
|
||||
|
||||
// ***** Mixins! *****
|
||||
|
||||
|
||||
Reference in New Issue
Block a user