Remove "in" transition on autocomplete items to fix a visual glitch on value refresh

This commit is contained in:
Jérémie Astori 2017-07-14 20:43:47 -04:00
parent 6823fc2c29
commit 1110097664
No known key found for this signature in database
GPG key ID: B9A4F245CD67BDE8

View file

@ -1553,6 +1553,7 @@ kbd {
.textcomplete-item:hover,
.textcomplete-menu .active {
background-color: #f6f6f6;
transition: none;
}
.context-menu-item:before,