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:
commit
7869f09949
@ -1553,6 +1553,7 @@ kbd {
|
||||
.textcomplete-item:hover,
|
||||
.textcomplete-menu .active {
|
||||
background-color: #f6f6f6;
|
||||
transition: none;
|
||||
}
|
||||
|
||||
.context-menu-item:before,
|
||||
|
Loading…
Reference in New Issue
Block a user