mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-23 14:54:05 +00:00
fixed the linting more (?)
This commit is contained in:
parent
6008da0d56
commit
e79e1a4cfa
1 changed files with 4 additions and 4 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue