mirror of https://github.com/crossplane/docs.git
Exclude tooltip styles from purgecss
Signed-off-by: Pete Lumbis <pete@upbound.io>
This commit is contained in:
parent
ae2a5b86da
commit
e7235781c7
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue