mirror of https://github.com/zulip/zulip.git
reactions: Flatten selectors for showing reaction button on touchscreens.
This commit is contained in:
parent
3c4d1510d5
commit
0ab7233ffa
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue