mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-23 14:54:05 +00:00
Fixed linting issue
This commit is contained in:
parent
7ac5fd6f9c
commit
83b7778806
1 changed files with 5 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue