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;
|
transition: all 0.2s ease-out;
|
||||||
}
|
}
|
||||||
.status.filtered:hover :is(.status-filtered-info-1, .status-filtered-info-2) {
|
.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 {
|
.status.filtered .status-filtered-info-1 {
|
||||||
opacity: 0.5;
|
opacity: 0.5;
|
||||||
|
|
|
@ -2529,7 +2529,7 @@ function FilteredStatus({
|
||||||
: ''
|
: ''
|
||||||
}
|
}
|
||||||
{...containerProps}
|
{...containerProps}
|
||||||
title={statusPeekText}
|
// title={statusPeekText}
|
||||||
onContextMenu={(e) => {
|
onContextMenu={(e) => {
|
||||||
e.preventDefault();
|
e.preventDefault();
|
||||||
setShowPeek(true);
|
setShowPeek(true);
|
||||||
|
|
Loading…
Add table
Reference in a new issue