mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-03-14 04:08:32 +03:00
Further delay filtered status peek, remove tooltip
This commit is contained in:
parent
a59668ea9a
commit
f1dbb9ec42
2 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
|
@ -2529,7 +2529,7 @@ function FilteredStatus({
|
|||
: ''
|
||||
}
|
||||
{...containerProps}
|
||||
title={statusPeekText}
|
||||
// title={statusPeekText}
|
||||
onContextMenu={(e) => {
|
||||
e.preventDefault();
|
||||
setShowPeek(true);
|
||||
|
|
Loading…
Add table
Reference in a new issue