Make reply UI work even when javascript is disabled
This commit is contained in:
parent
1382bd4fee
commit
9c38af0075
4 changed files with 33 additions and 18 deletions
|
@ -69,6 +69,26 @@ a.mx_reply_anchor:hover{
|
|||
left: 9px;
|
||||
}
|
||||
|
||||
* {
|
||||
scroll-behavior: smooth !important;
|
||||
}
|
||||
|
||||
|
||||
li.mx_Export_EventWrapper:target {
|
||||
background: white;
|
||||
animation: mx_event_highlight_animation 2s linear;
|
||||
}
|
||||
|
||||
|
||||
@keyframes mx_event_highlight_animation {
|
||||
0%,100% {
|
||||
background: white;
|
||||
}
|
||||
50% {
|
||||
background: #e3e2df;
|
||||
}
|
||||
}
|
||||
|
||||
.mx_RedactedBody img.mx_export_trash_icon {
|
||||
height: 14px;
|
||||
width: 14px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue