Exclude tooltip styles from purgecss

Signed-off-by: Pete Lumbis <pete@upbound.io>
This commit is contained in:
Pete Lumbis 2023-05-15 14:12:11 -04:00
parent ae2a5b86da
commit e7235781c7
No known key found for this signature in database
GPG Key ID: FDC6C20960060000
1 changed files with 2 additions and 0 deletions

View File

@ -27,6 +27,7 @@
}
}
/* purgecss start ignore */
#tooltip {
display: inline-block;
background: $brightSun;
@ -76,6 +77,7 @@
#tooltip[data-popper-placement^='right'] > #arrow {
left: -4px;
}
/* purgecss end ignore */
.list-group-item {
border-color: var(--dropdown-border-color);