PERF: eliminate some slow CSS selectors (#25392)

This commit is contained in:
Kris
2024-01-26 13:10:45 -05:00
committed by GitHub
parent 4e72b06a54
commit 6b185f8655
11 changed files with 23 additions and 35 deletions

View File

@ -1,5 +1,6 @@
.discourse-local-date {
> * {
svg,
span {
pointer-events: none;
}