mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-06-19 02:36:47 +02:00
lint fix v2
This commit is contained in:
parent
bcd0e62584
commit
2055b63822
2 changed files with 3 additions and 0 deletions
|
@ -380,6 +380,7 @@ export default {
|
|||
* Show custom tooltip
|
||||
* @param {object} beat Beat data
|
||||
* @param {Event} event Mouse event
|
||||
* @returns {void}
|
||||
*/
|
||||
showTooltip(beat, event) {
|
||||
if (beat === 0 || !beat) {
|
||||
|
@ -436,6 +437,7 @@ export default {
|
|||
|
||||
/**
|
||||
* Hide custom tooltip
|
||||
* @returns {void}
|
||||
*/
|
||||
hideTooltip() {
|
||||
if (this.tooltipTimeoutId) {
|
||||
|
|
|
@ -226,6 +226,7 @@ export default {
|
|||
}
|
||||
|
||||
// Accessibility improvements
|
||||
|
||||
@media (prefers-reduced-motion: reduce) {
|
||||
.tooltip-wrapper {
|
||||
animation: none !important;
|
||||
|
|
Loading…
Add table
Reference in a new issue