diff --git a/client/src/styles/partials/bdsettings/button.scss b/client/src/styles/partials/bdsettings/button.scss index 3af9a8be..df81d933 100644 --- a/client/src/styles/partials/bdsettings/button.scss +++ b/client/src/styles/partials/bdsettings/button.scss @@ -13,9 +13,9 @@ top: 27px; } - .platform-linux & { - top: 0; - } + .platform-linux & { + top: 0; + } .bd-settings-button-btn { background-image: $logoSmallBw; @@ -38,6 +38,11 @@ &.bd-loading { animation: bd-settings-button-pulse 1.5s infinite; } + + &.bd-updates { + filter: hue-rotate(250deg) !important; + opacity: 1 !important; + } } &.bd-active { diff --git a/client/src/ui/components/BdSettingsWrapper.vue b/client/src/ui/components/BdSettingsWrapper.vue index 0314e5cd..4200ce1e 100644 --- a/client/src/ui/components/BdSettingsWrapper.vue +++ b/client/src/ui/components/BdSettingsWrapper.vue @@ -11,7 +11,9 @@