Merge pull request #3532 from thelounge/xpaw/context-menu-transition

Remove transition from context menu items
This commit is contained in:
Pavel Djundik 2019-11-26 18:02:17 +02:00 committed by GitHub
commit 85400ed9c2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2135,7 +2135,6 @@ part/quit messages where we don't load previews (adds a blank line otherwise) */
margin-top: 6px;
margin-bottom: 6px;
line-height: 1.4;
transition: background-color 0.2s;
border-radius: 3px;
white-space: nowrap;
}
@ -2146,7 +2145,6 @@ part/quit messages where we don't load previews (adds a blank line otherwise) */
.textcomplete-menu .active,
#chat .userlist .user.active {
background-color: rgba(0, 0, 0, 0.1);
transition: none;
}
.context-menu-item::before,