mirror of https://github.com/zulip/zulip.git
time: Align :hover color with message controls.
This commit is contained in:
parent
b294cf63ad
commit
6380184973
|
@ -567,6 +567,10 @@
|
|||
color: hsl(0deg 0% 42% / 90%) !important;
|
||||
}
|
||||
|
||||
.message_time:hover {
|
||||
color: var(--color-message-action-interactive);
|
||||
}
|
||||
|
||||
.message_reactions:hover .message_reaction + .reaction_button,
|
||||
.message_reactions .message_reaction {
|
||||
background-color: transparent;
|
||||
|
|
|
@ -1158,7 +1158,7 @@ td.pointer {
|
|||
/* Disable blue link styling for the message timestamp link. */
|
||||
&:hover {
|
||||
text-decoration: none;
|
||||
color: var(--color-text-default);
|
||||
color: var(--color-message-action-interactive);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue