change caret to html entity to fix safari performacne issue

This commit is contained in:
Arthur Hanson 2024-08-22 10:03:10 -07:00
parent 96802b4edb
commit 6bae396f32
2 changed files with 8 additions and 0 deletions

Binary file not shown.

View File

@ -48,3 +48,11 @@ table a {
pre code { pre code {
padding: unset; padding: unset;
} }
.dropdown-toggle:after{
content: "\2228";
border-bottom: none;
border-left: none;
transform: none;
vertical-align: .18em;
}