Change hover cards to not appear until the mouse stops in web UI (#30850)

This commit is contained in:
Eugen Rochko 2024-07-01 17:52:01 +02:00 committed by GitHub
parent 20fa9ce484
commit b728c0e8ce
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 131 additions and 55 deletions

View file

@ -10468,12 +10468,14 @@ noscript {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
text-align: end;
}
&.verified {
dd {
display: flex;
align-items: center;
justify-content: flex-end;
gap: 4px;
overflow: hidden;
white-space: nowrap;