Fixed linting issue

This commit is contained in:
Frank Elsinga 2024-10-20 15:20:32 +02:00 committed by GitHub
parent 7ac5fd6f9c
commit 83b7778806
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -296,7 +296,11 @@ export default {
.beat {
background-color: $primary;
border-radius: $border-radius;
/* Added because the tooltip momentarily disappears when crossing between the beat-hover-area and the beat */
/*
pointer-events needs to be changed because
tooltip momentarily disappears when crossing between .beat-hover-area and .beat
*/
pointer-events: none;
&.empty {