Merge pull request #1336 from thelounge/astorije/fix-autocomplete-transition

Remove "in" transition on autocomplete items to fix a visual glitch on value refresh
This commit is contained in:
Pavel Djundik 2017-07-15 11:48:46 +03:00 committed by GitHub
commit 7869f09949

View file

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