fixed the linting more (?)

This commit is contained in:
Frank Elsinga 2024-10-20 15:23:53 +02:00 committed by GitHub
parent 6008da0d56
commit e79e1a4cfa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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