Prevent item flashing when touch

This commit is contained in:
Hirame1 2024-05-06 18:55:20 +07:00
parent ee91dca085
commit 6757e49720

View File

@ -461,6 +461,7 @@ export default {
<style scoped>
.c-multiplier-entry-container {
-webkit-tap-highlight-color: transparent;
display: flex;
flex-direction: row;
justify-content: space-between;