Further delay filtered status peek, remove tooltip

This commit is contained in:
Lim Chee Aun 2024-02-02 00:27:12 +08:00
parent a59668ea9a
commit f1dbb9ec42
2 changed files with 2 additions and 2 deletions

View file

@ -290,7 +290,7 @@
transition: all 0.2s ease-out;
}
.status.filtered:hover :is(.status-filtered-info-1, .status-filtered-info-2) {
transition-delay: 0.5s;
transition-delay: 1.5s;
}
.status.filtered .status-filtered-info-1 {
opacity: 0.5;

View file

@ -2529,7 +2529,7 @@ function FilteredStatus({
: ''
}
{...containerProps}
title={statusPeekText}
// title={statusPeekText}
onContextMenu={(e) => {
e.preventDefault();
setShowPeek(true);