16 lines
208 B
CSS
16 lines
208 B
CSS
/**
|
|
* Tippy mentions theme
|
|
*/
|
|
.tippy-box[data-theme='mention'] {
|
|
background: none;
|
|
pointer-events: none;
|
|
|
|
.tippy-arrow {
|
|
display: none;
|
|
}
|
|
|
|
.tippy-content > * {
|
|
pointer-events: auto;
|
|
}
|
|
}
|