PERF: generates dates tooltip on demand (#13944)

This commit is contained in:
Joffrey JAFFEUX
2021-08-04 16:28:07 +02:00
committed by GitHub
parent 6b87ae3d4c
commit 11668ee85b
3 changed files with 137 additions and 78 deletions

View File

@ -1,4 +1,8 @@
.discourse-local-date {
> * {
pointer-events: none;
}
&.cooked-date {
color: var(--primary);
cursor: pointer;