diff --git a/src/components/DailyHeartbeatBar.vue b/src/components/DailyHeartbeatBar.vue index cb0c985fb..bf0cc6793 100644 --- a/src/components/DailyHeartbeatBar.vue +++ b/src/components/DailyHeartbeatBar.vue @@ -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; } diff --git a/src/pages/StatusPage.vue b/src/pages/StatusPage.vue index 5c0ce4d44..9e83c01e3 100644 --- a/src/pages/StatusPage.vue +++ b/src/pages/StatusPage.vue @@ -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: {