fix: linter warnings

This commit is contained in:
Mats Stottmeister 2025-06-11 21:51:30 +02:00
parent 7064932c16
commit 2906158531
No known key found for this signature in database
2 changed files with 0 additions and 36 deletions

View file

@ -440,22 +440,6 @@ export default {
&.daily-beat {
border: 1px solid rgba(0, 0, 0, 0.1);
&.down {
border-color: darken($danger, 10%);
}
&.pending {
border-color: darken($warning, 10%);
}
&.maintenance {
border-color: darken($maintenance, 10%);
}
&:not(.empty):not(.down):not(.pending):not(.maintenance):not(.missing) {
border-color: darken($primary, 10%);
}
&.missing {
border-color: transparent;
}
@ -477,22 +461,6 @@ export default {
.hp-bar-big .beat.daily-beat {
border-color: rgba(255, 255, 255, 0.2);
&.down {
border-color: lighten($danger, 10%);
}
&.pending {
border-color: lighten($warning, 10%);
}
&.maintenance {
border-color: lighten($maintenance, 10%);
}
&:not(.empty):not(.down):not(.pending):not(.maintenance):not(.missing) {
border-color: lighten($primary, 10%);
}
&.missing {
border-color: transparent;
}

View file

@ -392,10 +392,6 @@ const leavePageMsg = "Do you really want to leave? you have unsaved changes!";
// eslint-disable-next-line no-unused-vars
let feedInterval;
const favicon = new Favico({
animation: "none"
});
export default {
components: {