Remove "in" transition on autocomplete items to fix a visual glitch on value refresh
This commit is contained in:
parent
6823fc2c29
commit
1110097664
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user