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
|
* Show custom tooltip
|
||||||
* @param {object} beat Beat data
|
* @param {object} beat Beat data
|
||||||
* @param {Event} event Mouse event
|
* @param {Event} event Mouse event
|
||||||
|
* @returns {void}
|
||||||
*/
|
*/
|
||||||
showTooltip(beat, event) {
|
showTooltip(beat, event) {
|
||||||
if (beat === 0 || !beat) {
|
if (beat === 0 || !beat) {
|
||||||
|
@ -436,6 +437,7 @@ export default {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Hide custom tooltip
|
* Hide custom tooltip
|
||||||
|
* @returns {void}
|
||||||
*/
|
*/
|
||||||
hideTooltip() {
|
hideTooltip() {
|
||||||
if (this.tooltipTimeoutId) {
|
if (this.tooltipTimeoutId) {
|
||||||
|
|
|
@ -226,6 +226,7 @@ export default {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Accessibility improvements
|
// Accessibility improvements
|
||||||
|
|
||||||
@media (prefers-reduced-motion: reduce) {
|
@media (prefers-reduced-motion: reduce) {
|
||||||
.tooltip-wrapper {
|
.tooltip-wrapper {
|
||||||
animation: none !important;
|
animation: none !important;
|
||||||
|
|
Loading…
Add table
Reference in a new issue