reactions: Flatten selectors for showing reaction button on touchscreens.

This commit is contained in:
Karl Stolley 2024-04-25 14:04:57 -05:00 committed by Tim Abbott
parent 3c4d1510d5
commit 0ab7233ffa
1 changed files with 3 additions and 7 deletions

View File

@ -1379,13 +1379,9 @@ td.pointer {
.selected_msg_for_touchscreen {
@media (hover: none) {
.message_reactions {
.message_reaction {
+ .reaction_button {
visibility: visible;
pointer-events: all;
}
}
.message_reactions .reaction_button {
visibility: visible;
pointer-events: all;
}
}
}